Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b16d5c55 authored by Vatsal Bucha's avatar Vatsal Bucha Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarVatsal Bucha <vbucha@codeaurora.org>
parent 9c23726a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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;
};
+9 −0
Original line number Diff line number Diff line
@@ -86,3 +86,12 @@
		qcom,afe-power-off-delay-us = <6>;
	};
};

&slim_aud {
	/delete-node/wcd934x_cdc;
};

&soc {
	/delete-node/sound-tavil;
};