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

Commit cec6080a authored by Eugene Yasman's avatar Eugene Yasman
Browse files

ARM: dts: msm: Configure PM8994 GPIO4 to serve as SMB SUSPEND



LiQUID8994 has a SUSPEND signal for SMB which should be by
default set as input no pull.

Change-Id: I6b593c37e64881daa5c713627e2541bcba35f23b
Signed-off-by: default avatarEugene Yasman <eyasman@codeaurora.org>
parent 7b8f4dfc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -535,9 +535,9 @@
		qcom,src-sel = <0>;
	};

	gpio@c300 { /* GPIO 4 */
		qcom,mode = <0>;
		qcom,pull = <0>;
	gpio@c300 { /* GPIO 4 SMB_SUSP */
		qcom,mode = <0>;	/* INPUT */
		qcom,pull = <5>;	/* No PULL */
		qcom,vin-sel = <2>;
		qcom,src-sel = <0>;
	};