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

Commit 72cc098e authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

ARM: dts: msm: Add new msm id for Lito

Add new msm-id, to support new variant for Lito.

Change-Id: I5a808daf0d1d48f16c9cc71964fb7b291a8bcfb6
parent f5cce6ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
/ {
	model = "Qualcomm Technologies, Inc. Lito ATP";
	compatible = "qcom,lito-atp", "qcom,lito", "qcom,atp";
	qcom,msm-id = <400 0x10000>;
	qcom,msm-id = <400 0x10000>, <440 0x10000>;
	qcom,board-id = <33 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
/ {
	model = "Qualcomm Technologies, Inc. Lito CDP";
	compatible = "qcom,lito-cdp", "qcom,lito", "qcom,cdp";
	qcom,msm-id = <400 0x10000>;
	qcom,msm-id = <400 0x10000>, <440 0x10000>;
	qcom,board-id = <1 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@
/ {
	model = "Qualcomm Technologies, Inc. Lito MTP";
	compatible = "qcom,lito-mtp", "qcom,lito", "qcom,mtp";
	qcom,msm-id = <400 0x10000>;
	qcom,msm-id = <400 0x10000>, <440 0x10000>;
	qcom,board-id = <8 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@
/ {
	model = "QRD";
	compatible = "qcom,lito-qrd", "qcom,lito", "qcom,qrd";
	qcom,msm-id = <400 0x10000>;
	qcom,msm-id = <400 0x10000>, <440 0x10000>;
	qcom,board-id = <11 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
/ {
	model = "Qualcomm Technologies, Inc. Lito v2";
	compatible = "qcom,lito";
	qcom,msm-id = <400 0x20000>;
	qcom,msm-id = <400 0x20000>, <440 0x20000>;
};

&lito_snd {
Loading