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:
@@ -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>;
|
||||
|
Reference in New Issue
Block a user