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

Commit 4f9b47ca authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: disable audio"

parents 99a0ec09 e06e4d51
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -95,3 +95,15 @@
&usb {
	qcom,smmu-s1-bypass;
};

&i2c_3 {
	tavil_codec {
		status = "disabled";
	};
};

&soc {
	sound-tavil {
		status = "disabled";
	};
};
+12 −0
Original line number Diff line number Diff line
@@ -92,3 +92,15 @@
&sdx_ext_ipc {
	status = "ok";
};

&i2c_3 {
	tavil_codec {
		status = "disabled";
	};
};

&soc {
	sound-tavil {
		status = "disabled";
	};
};