Commit 2ca9c2a4 authored by Stephen Boyd's avatar Stephen Boyd Committed by Andy Gross

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: default avatarStephen Boyd <sboyd@codeaurora.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 134c544e
......@@ -410,7 +410,8 @@ pmicintc: pmic@0 {
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_gpio: gpio@150 {
};
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 @@ pm8841_0: pm8841@4 {
#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 @@ charger@1000 {
};
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_gpios: gpios@c000 {
};
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 @@ rtc@6000 {
};
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_gpios: gpios@c000 {
};
pma8084_mpps: mpps@a000 {
compatible = "qcom,pma8084-mpp";
compatible = "qcom,pma8084-mpp", "qcom,spmi-mpp";
reg = <0xa000 0x800>;
gpio-controller;
#gpio-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment