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

Commit fd7d1427 authored by Kyle Yan's avatar Kyle Yan
Browse files

ARM: dts: msm: Update the revision id for v1 chips on SDM845



Update revision id on SDM845 to 0x10000.

Change-Id: Ic10360e02483ed2bc028315ec11eb51437925c9a
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent d98d9ee8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
/ {
	model = "Qualcomm Technologies, Inc. sdm845 4K Display Panel CDP";
	compatible = "qcom,sdm845-cdp", "qcom,sdm845", "qcom,cdp";
	qcom,msm-id = <321 0x0>;
	qcom,msm-id = <321 0x10000>;
	qcom,board-id = <1 1>;
};

+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
/ {
	model = "Qualcomm Technologies, Inc. sdm845 4K Display Panel MTP";
	compatible = "qcom,sdm845-mtp", "qcom,sdm845", "qcom,mtp";
	qcom,msm-id = <321 0x0>;
	qcom,msm-id = <321 0x10000>;
	qcom,board-id = <8 1>;
};

+1 −1
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@
/ {
	model = "Qualcomm Technologies, Inc. sdm845 4K Display Panel QRD";
	compatible = "qcom,sdm845-qrd", "qcom,sdm845", "qcom,qrd";
	qcom,msm-id = <321 0x0>;
	qcom,msm-id = <321 0x10000>;
	qcom,board-id = <11 1>;
};
+1 −1
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@
/ {
	model = "Qualcomm Technologies, Inc. SDM845 v1 CDP";
	compatible = "qcom,sdm845-cdp", "qcom,sdm845", "qcom,cdp";
	qcom,msm-id = <321 0x0>;
	qcom,msm-id = <321 0x10000>;
	qcom,board-id = <1 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@
/ {
	model = "Qualcomm Technologies, Inc. SDM845 v1 MTP";
	compatible = "qcom,sdm845-mtp", "qcom,sdm845", "qcom,mtp";
	qcom,msm-id = <321 0x0>;
	qcom,msm-id = <321 0x10000>;
	qcom,board-id = <8 0>;
};
Loading