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

Commit 3bee589e authored by Komal Bajaj's avatar Komal Bajaj Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add new target support for Lagoon

Adding new target support for Lagoon.

Change-Id: Ic142b1f6b8d29bafb0d8c57970e4845d6a1bb443
parent 26dd8225
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
/ {
	model = "Qualcomm Technologies, Inc. Lagoon ATP";
	compatible = "qcom,lagoon-atp", "qcom,lagoon", "qcom,atp";
	qcom,msm-id = <434 0x10000>;
	qcom,msm-id = <434 0x10000>, <459 0x10000>;
	qcom,board-id = <33 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@
/ {
	model = "Qualcomm Technologies, Inc. Lagoon CDP";
	compatible = "qcom,lagoon-cdp", "qcom,lagoon", "qcom,cdp";
	qcom,msm-id = <434 0x10000>;
	qcom,msm-id = <434 0x10000>, <459 0x10000>;
	qcom,board-id = <1 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
/ {
	model = "Qualcomm Technologies, Inc. Lagoon MTP";
	compatible = "qcom,lagoon-mtp", "qcom,lagoon", "qcom,mtp";
	qcom,msm-id = <434 0x10000>;
	qcom,msm-id = <434 0x10000>, <459 0x10000>;
	qcom,board-id = <8 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
/ {
	model = "Qualcomm Technologies, Inc. Lagoon MTP USBC audio";
	compatible = "qcom,lagoon-mtp", "qcom,lagoon", "qcom,mtp";
	qcom,msm-id = <434 0x10000>;
	qcom,msm-id = <434 0x10000>, <459 0x10000>;
	qcom,board-id = <8 1>;
};
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
/ {
	model = "Qualcomm Technologies, Inc. Lagoon QRD";
	compatible = "qcom,lagoon-qrd", "qcom,lagoon", "qcom,qrd";
	qcom,msm-id = <434 0x10000>;
	qcom,msm-id = <434 0x10000>, <459 0x10000>;
	qcom,board-id = <0x1000B 0>;
};
Loading