Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+2 −2
Original line number Diff line number Diff line
@@ -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>;
+2 −2
Original line number Diff line number Diff line
@@ -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>;