ARM: dts: msm: Fix tavil codec reset issue on sdm660
sdm660-mtp has only tavil as codec.If tasha codec is also enabled then it results in enumeration of device twice which results in kernel crash sometimes. This can be avoided if we disable tasha codec from dts. Similarly sdm660-qrd has only tasha as codec. CRs-Fixed: 2124709 Change-Id: I66812186d2e769681f00f1ba9a87a3588b04eaf9 Signed-off-by: Vatsal Bucha <vbucha@codeaurora.org>
This commit is contained in:
parent
9c23726ad4
commit
b16d5c5553
2 changed files with 18 additions and 0 deletions
|
@ -29,3 +29,12 @@
|
|||
&tavil_snd {
|
||||
qcom,msm-mbhc-moist-cfg = <0>, <0>, <3>;
|
||||
};
|
||||
|
||||
&slim_aud {
|
||||
/delete-node/tasha_codec;
|
||||
};
|
||||
|
||||
&soc {
|
||||
/delete-node/sound-9335;
|
||||
};
|
||||
|
||||
|
|
|
@ -86,3 +86,12 @@
|
|||
qcom,afe-power-off-delay-us = <6>;
|
||||
};
|
||||
};
|
||||
|
||||
&slim_aud {
|
||||
/delete-node/wcd934x_cdc;
|
||||
};
|
||||
|
||||
&soc {
|
||||
/delete-node/sound-tavil;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue