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

Commit 4bf3bced authored by Ashok Kundurthi's avatar Ashok Kundurthi Committed by Vatsal Bucha
Browse files

ARM: dts: msm: Fix adb reboot issue for sxr1120



Disable internal codec for SXR1120. This will
fix adb reboot not working issue.

Change-Id: I95279587575a14dff6f67c968e9d3b5fa4050916
Signed-off-by: default avatarVatsal Bucha <vbucha@codeaurora.org>
parent 8f25c5b6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,3 +30,7 @@
	qcom,msm-id = <370 0x0>;
	qcom,board-id = <1 1>;
};

&int_codec {
	status = "disabled";
};
+4 −0
Original line number Diff line number Diff line
@@ -24,3 +24,7 @@
	compatible = "qcom,sxr1120-cdp", "qcom,sxr1120", "qcom,cdp";
	qcom,board-id = <1 1>;
};

&int_codec {
	status = "disabled";
};
+4 −0
Original line number Diff line number Diff line
@@ -31,3 +31,7 @@
	qcom,msm-id = <370 0x0>;
	qcom,board-id = <8 9>;
};

&int_codec {
	status = "disabled";
};
+4 −0
Original line number Diff line number Diff line
@@ -24,3 +24,7 @@
	compatible = "qcom,sxr1120-mtp", "qcom,sxr1120", "qcom,mtp";
	qcom,board-id = <8 9>;
};

&int_codec {
	status = "disabled";
};