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

Commit 6fc691a0 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: msm: Update the board-id and msm-id for SDM855+SDX50



Update the board-id and msm-id for the SDM855+SDX50 CDP and MTP
platforms as per the new configuration.

Change-Id: I963f0465a14487b008c3c1ec48f49acf4e7ac5af
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 947c85b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@
/ {
	model = "Qualcomm Technologies, Inc. SDM855 v1 + SDX50M CDP";
	compatible = "qcom,sdm855-cdp", "qcom,sdm855", "qcom,cdp";
	qcom,msm-id = <339 0x10000>;
	qcom,board-id = <1 2>;
	qcom,msm-id = <339 0x0>;
	qcom,board-id = <1 1>;
};
+2 −2
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@
/ {
	model = "Qualcomm Technologies, Inc. SDM855 v1 + SDX50M MTP";
	compatible = "qcom,sdm855-mtp", "qcom,sdm855", "qcom,mtp";
	qcom,msm-id = <339 0x10000>;
	qcom,board-id = <8 5>;
	qcom,msm-id = <339 0x0>;
	qcom,board-id = <8 1>;
};