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

Commit 0604033d authored by Mukesh Ojha's avatar Mukesh Ojha
Browse files

ARM: dts: msm: Fix the board subtype for sxr1120 external codec



There was incorrect board subtype value for sxr1120-external-codec
in DT, which was resulting in incorrect DT picking. Fix this by
correct board subtype value.

Change-Id: Ieb86013647f4e8f0e6c7909634dd90e0592fe2f4
Signed-off-by: default avatarMukesh Ojha <mojha@codeaurora.org>
parent 6616ea71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@
	model = "Qualcomm Technologies, Inc. SXR1120 LC Groot+PM8005 Ext. Audio Codec MTP";
	compatible = "qcom,sxr1120-mtp", "qcom,sxr1120", "qcom,mtp";
	qcom,msm-id = <370 0x0>;
	qcom,board-id = <8 1>;
	qcom,board-id = <8 9>;
};
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@
/ {
	model = "Qualcomm Technologies, Inc. SXR1120 LC Groot+PM8005 Ext. Audio Codec MTP";
	compatible = "qcom,sxr1120-mtp", "qcom,sxr1120", "qcom,mtp";
	qcom,board-id = <8 1>;
	qcom,board-id = <8 9>;
};