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: Jaiju Yesudasan <cjaijuy@codeaurora.org>
This commit is contained in:
Jaiju Yesudasan 2016-09-28 19:44:31 +05:30 committed by Gerrit - the friendly Code Review server
parent a62f42964d
commit 24e54bcbce
3 changed files with 3 additions and 3 deletions

View file

@ -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";
};

View file

@ -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";
};

View file

@ -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";
};