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

Commit 5ad91f7a authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: msm: dts: Update the board ID for 8939 MTP



The SMB1360 based 8939 MTP has a platform subtype
value of 0 and the non-SMB version has a value of 1.

Change-Id: I3234d176469bd472aaecc5fdeb004fe3f1dfaa0b
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 0d0c1f1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
/ {
	model = "Qualcomm Technologies, Inc. MSM 8939 SMB1360 MTP";
	compatible = "qcom,msm8939-mtp", "qcom,msm8939", "qcom,mtp";
	qcom,board-id = <8 1>;
	qcom,board-id = <8 0>;
};

&i2c_4 {
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@
/ {
	model = "Qualcomm Technologies, Inc. MSM 8939 MTP";
	compatible = "qcom,msm8939-mtp", "qcom,msm8939", "qcom,mtp";
	qcom,board-id = <8 0>;
	qcom,board-id = <8 1>;
};