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

Commit 62c237ab 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: fix board-id for sdm429/sdm439"

parents cc01f7fe e2cc8c5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
/ {
	model = "Qualcomm Technologies, Inc. SDM429 CDP";
	compatible = "qcom,sdm429-cdp", "qcom,sdm429", "qcom,cdp";
	qcom,board-id = <1 0>;
	qcom,board-id = <1 3>;
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
/ {
	model = "Qualcomm Technologies, Inc. SDM429 MTP";
	compatible = "qcom,sdm429-mtp", "qcom,sdm429", "qcom,mtp";
	qcom,board-id = <8 0>;
	qcom,board-id = <8 2>;
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
/ {
	model = "Qualcomm Technologies, Inc. SDM429 QRD";
	compatible = "qcom,sdm429-qrd", "qcom,sdm429", "qcom,qrd";
	qcom,board-id = <0xb 0>;
	qcom,board-id = <0xb 3>;
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
/ {
	model = "Qualcomm Technologies, Inc. SDM439 CDP";
	compatible = "qcom,sdm439-cdp", "qcom,sdm439", "qcom,cdp";
	qcom,board-id = <1 0>;
	qcom,board-id = <1 2>;
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
/ {
	model = "Qualcomm Technologies, Inc. SDM439 MTP";
	compatible = "qcom,sdm439-mtp", "qcom,sdm439", "qcom,mtp";
	qcom,board-id = <8 0>;
	qcom,board-id = <8 1>;
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
};
Loading