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

Commit 6153662b authored by Yamit Mehta's avatar Yamit Mehta Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add external codec support for apq8053 IOT



Add external codec support and disable internal codec support
for apq8053 IOT target, because IOT apq8053 target supports
external codec.

CRs-fixed: 1072203
Change-Id: I9e5b0af18a971ffba6f311c33707b720f588ca75
Signed-off-by: default avatarYamit Mehta <ymehta@codeaurora.org>
parent 0f4a079d
Loading
Loading
Loading
Loading
+57 −0
Original line number Diff line number Diff line
@@ -82,3 +82,60 @@
		qcom,gpio-mode-sel = <&tlmm 12 0>;
	};
};

&int_codec {
	status = "disabled";
};

&pm8953_diangu_dig {
	status = "disabled";
};

&pm8953_diangu_analog {
	status = "disabled";
};

&wsa881x_i2c_e {
	status = "disabled";
};

&wsa881x_i2c_44 {
	status = "disabled";
};

&wsa881x_i2c_f {
	status = "disabled";
};

&wsa881x_i2c_45 {
	status = "disabled";
};

&slim_msm {
	status = "okay";
};

&dai_slim {
	status = "okay";
};

&wcd9xxx_intc {
	status = "okay";
};

&clock_audio {
	status = "okay";
};

&wcd9335 {
	status = "okay";
};

&wcd_rst_gpio {
	status = "okay";
};

&ext_codec {
	qcom,model = "msm8953-tasha-snd-card";
	status = "okay";
};