ARM: dts: msm: remove hph_en nodes for sdm660 qrd
HIFI headphone path is not present in sdm660 qrd board. So there is no need to add these two hph_en nodes under tasha node. These two nodes get initialized by msm_cdc_pinctrl driver and make gpio24/25 as output low, which causes some power leakage. Remove these two hph_en nodes for sdm660 qrd. Change-Id: I527ce45296cd3b168bea67804e0909f668f74221 CRs-Fixed: 2011375 Signed-off-by: Walter Yang <yandongy@codeaurora.org>
This commit is contained in:
parent
783427f7ad
commit
b91bc18535
1 changed files with 3 additions and 0 deletions
|
@ -249,6 +249,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/delete-node/ &tasha_hph_en0;
|
||||||
|
/delete-node/ &tasha_hph_en1;
|
||||||
|
|
||||||
&tasha_snd {
|
&tasha_snd {
|
||||||
qcom,model = "sdm660-tasha-skus-snd-card";
|
qcom,model = "sdm660-tasha-skus-snd-card";
|
||||||
qcom,audio-routing =
|
qcom,audio-routing =
|
||||||
|
|
Loading…
Add table
Reference in a new issue