ARM: dts: msm: Configure GPIO98 as the active output for Mizar
Configure GPIO98 as active output & drive low. Delete pinctrl property for audio_ext_clk node. Change-Id: Ic5178ff44a89433848bdd1a92bc3e3b122aeeffd Signed-off-by: Bharathraj Nagaraju <snbraj@codeaurora.org>
This commit is contained in:
parent
e6408fea60
commit
16e03973ae
1 changed files with 19 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
|
|
||||||
qcom,ntn_avb {
|
qcom,ntn_avb {
|
||||||
qcom,ntn-rc-num = <2>;
|
qcom,ntn-rc-num = <2>;
|
||||||
|
pinctrl-0 = <&ntn_clk_sync &ntn2_clk_sync>;
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@75b6000 { /* BLSP8 */
|
i2c@75b6000 { /* BLSP8 */
|
||||||
|
@ -55,6 +56,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
clock_audio: audio_ext_clk {
|
||||||
|
/delete-property/pinctrl-0;
|
||||||
|
/delete-property/pinctrl-1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&cci {
|
&cci {
|
||||||
|
@ -107,6 +112,20 @@
|
||||||
output-high;
|
output-high;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ntn2_clk_sync: ntn2_clk_sync {
|
||||||
|
mux {
|
||||||
|
pins = "gpio98";
|
||||||
|
function = "gpio";
|
||||||
|
};
|
||||||
|
|
||||||
|
config {
|
||||||
|
pins = "gpio98";
|
||||||
|
drive-strength = <8>; /* 8 mA */
|
||||||
|
output-low;
|
||||||
|
bias-pull-down; /* PULL down */
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pil_modem {
|
&pil_modem {
|
||||||
|
|
Loading…
Add table
Reference in a new issue