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

Commit 60e2b4aa authored by Jaiju Yesudasan's avatar Jaiju Yesudasan
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 3f08a569
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -808,7 +808,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
@@ -1088,7 +1088,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
@@ -821,7 +821,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";
	};