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

Commit 97e49a13 authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: dts: msm: Add PM8937 GPIO2 configuration for MSM8937



QPDI uses PM8937 GPIO2, add the required configuration
for it.

Change-Id: I16d55cda2eef668e6394a106f658f59ce8008478
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 015fd48f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -41,6 +41,14 @@
		qcom,master-en = <1>;
		qcom,out-strength = <2>;
	};

	gpio@c100 {
		qcom,mode = <0>;
		qcom,vin-sel = <3>;
		qcom,dtest-sel = <1>;
		status = "okay";
	};

	gpio@c600 {
		status = "ok";
		qcom,mode = <1>;
+10 −0
Original line number Diff line number Diff line
@@ -203,3 +203,13 @@
&dsi_truly_1080_cmd {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

/* PM8937 GPIO configuration */
&pm8937_gpios {
	gpio@c100 {
		qcom,mode = <0>;
		qcom,vin-sel = <3>;
		qcom,dtest-sel = <1>;
		status = "okay";
	};
};