arm: dts: qcom: Add generic PMIC gpio/MPP compat strings
Add the generic compatible strings for the PMIC gpio and MPP modules found on qcom based PMICs. Cc: <devicetree@vger.kernel.org> Cc: "Ivan T. Ivanov" <iivanov@mm-sol.com> Cc: Bjorn Andersson <bjorn.andersson@sonymobile.com> Cc: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Andy Gross <agross@codeaurora.org>
This commit is contained in:
parent
134c544e9d
commit
2ca9c2a4c1
|
@ -410,7 +410,8 @@
|
|||
|
||||
pm8921_gpio: gpio@150 {
|
||||
|
||||
compatible = "qcom,pm8921-gpio";
|
||||
compatible = "qcom,pm8921-gpio",
|
||||
"qcom,ssbi-gpio";
|
||||
reg = <0x150>;
|
||||
interrupts = <192 1>, <193 1>, <194 1>,
|
||||
<195 1>, <196 1>, <197 1>,
|
||||
|
@ -434,7 +435,8 @@
|
|||
};
|
||||
|
||||
pm8921_mpps: mpps@50 {
|
||||
compatible = "qcom,pm8921-mpp";
|
||||
compatible = "qcom,pm8921-mpp",
|
||||
"qcom,ssbi-mpp";
|
||||
reg = <0x50>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#size-cells = <0>;
|
||||
|
||||
pm8841_mpps: mpps@a000 {
|
||||
compatible = "qcom,pm8841-mpp";
|
||||
compatible = "qcom,pm8841-mpp", "qcom,spmi-mpp";
|
||||
reg = <0xa000 0x400>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
};
|
||||
|
||||
pm8941_gpios: gpios@c000 {
|
||||
compatible = "qcom,pm8941-gpio";
|
||||
compatible = "qcom,pm8941-gpio", "qcom,spmi-gpio";
|
||||
reg = <0xc000 0x2400>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
@ -91,7 +91,7 @@
|
|||
};
|
||||
|
||||
pm8941_mpps: mpps@a000 {
|
||||
compatible = "qcom,pm8941-mpp";
|
||||
compatible = "qcom,pm8941-mpp", "qcom,spmi-mpp";
|
||||
reg = <0xa000 0x800>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
pma8084_gpios: gpios@c000 {
|
||||
compatible = "qcom,pma8084-gpio";
|
||||
compatible = "qcom,pma8084-gpio", "qcom,spmi-gpio";
|
||||
reg = <0xc000 0x1600>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
@ -48,7 +48,7 @@
|
|||
};
|
||||
|
||||
pma8084_mpps: mpps@a000 {
|
||||
compatible = "qcom,pma8084-mpp";
|
||||
compatible = "qcom,pma8084-mpp", "qcom,spmi-mpp";
|
||||
reg = <0xa000 0x800>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
|
|
Loading…
Reference in New Issue