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

Commit ffe3001b authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Add GPIO support for PM7250b, PM6350 and PM6150l

Add GPIO DTSI nodes for PM7250b, PM6350 and PM6150l.
While at it, also correct the LCDB compatible property for
PM6150l.

Change-Id: I2b20c5e68f25748d13fae7fafa2590597b6ac2ce
parent 00a14173
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -100,6 +100,15 @@
			clock-names = "xo";
			status = "disabled";
		};

		pm6150l_gpios: pinctrl@c000 {
			compatible = "qcom,pm6150l-gpio";
			reg = <0xc000>;
			gpio-controller;
			#gpio-cells = <2>;
			interrupt-controller;
			#interrupt-cells = <2>;
		};
	};

	qcom,pm6150l@5 {
@@ -118,7 +127,7 @@
		};

		pm6150l_lcdb: qcom,lcdb@ec00 {
			compatible = "qcom,qpnp-lcdb-regulator";
			compatible = "qcom,lcdb-pm6150l";
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <0xec00>;
+9 −0
Original line number Diff line number Diff line
@@ -61,6 +61,15 @@
			clock-names = "xo";
			status = "disabled";
		};

		pm6350_gpios: pinctrl@c000 {
			compatible = "qcom,pm6350-gpio";
			reg = <0xc000>;
			gpio-controller;
			#gpio-cells = <2>;
			interrupt-controller;
			#interrupt-cells = <2>;
		};
	};

	qcom,pm6350@1 {
+9 −0
Original line number Diff line number Diff line
@@ -175,6 +175,15 @@
						"bcl-lvl2";
			#thermal-sensor-cells = <1>;
		};

		pm7250b_gpios: pinctrl@c000 {
			compatible = "qcom,pm7250b-gpio";
			reg = <0xc000>;
			gpio-controller;
			#gpio-cells = <2>;
			interrupt-controller;
			#interrupt-cells = <2>;
		};
	};

	qcom,pm7250b@3 {