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

Commit 24e54bcb authored by Jaiju Yesudasan's avatar Jaiju Yesudasan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Disable neutrino reset GPIO at bootup on msm8996



Neutrino reset GPIO need to be be disabled at bootup.
It will be enabled by driver in its probe.

CRs-Fixed: 1072096
Change-Id: Ie4a0428523b0764e0234f0ae51a90c250166cca9
Signed-off-by: default avatarJaiju Yesudasan <cjaijuy@codeaurora.org>
parent a62f4296
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -867,7 +867,7 @@
		qcom,vin-sel = <2>; /* 1.8 */
		qcom,out-strength = <1>;
		qcom,src-sel = <0>; /* GPIO */
		qcom,master-en = <1>; /* Enable GPIO */
		qcom,master-en = <0>; /* Disable GPIO */
		status = "okay";
	};

+1 −1
Original line number Diff line number Diff line
@@ -1190,7 +1190,7 @@
		qcom,vin-sel = <2>; /* 1.8 */
		qcom,out-strength = <1>;
		qcom,src-sel = <0>; /* GPIO */
		qcom,master-en = <1>; /* Enable GPIO */
		qcom,master-en = <0>; /* Disable GPIO */
		status = "okay";
	};

+1 −1
Original line number Diff line number Diff line
@@ -1016,7 +1016,7 @@
		qcom,vin-sel = <2>; /* 1.8 */
		qcom,out-strength = <1>;
		qcom,src-sel = <0>; /* GPIO */
		qcom,master-en = <1>; /* Enable GPIO */
		qcom,master-en = <0>; /* Disable GPIO */
		status = "okay";
	};