ARM: dts: qcom: pm8226: Add node for the MPP
The PM8226 provides 8 Multi-Purpose Pins (or MPPs for short). Add a node to support them. Signed-off-by: Rayyan Ansari <rayyan@ansari.sh> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220124171538.18088-3-rayyan@ansari.sh
This commit is contained in:
parent
a23b914328
commit
5fbd593756
1 changed files with 10 additions and 0 deletions
|
@ -39,6 +39,16 @@
|
|||
|
||||
chg_otg: otg-vbus { };
|
||||
};
|
||||
|
||||
pm8226_mpps: mpps@a000 {
|
||||
compatible = "qcom,pm8226-mpp", "qcom,spmi-mpp";
|
||||
reg = <0xa000>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
gpio-ranges = <&pm8226_mpps 0 0 8>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
pm8226_1: pm8226@1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue