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

Commit f1a92b26 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 6227792b 3bee589e
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