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

Commit c9872ebd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 05e7d36b fd7d1427
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,7 +27,7 @@
/ {
	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