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:
parent
a62f42964d
commit
24e54bcbce
3 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue