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

Commit 9b3e1b1f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 678bf94f cec6080a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -515,9 +515,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>;
	};