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:
Vatsal Bucha 2017-10-23 17:17:29 +05:30 committed by Gerrit - the friendly Code Review server
parent 9c23726ad4
commit b16d5c5553
2 changed files with 18 additions and 0 deletions

View file

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

View file

@ -86,3 +86,12 @@
qcom,afe-power-off-delay-us = <6>;
};
};
&slim_aud {
/delete-node/wcd934x_cdc;
};
&soc {
/delete-node/sound-tavil;
};