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

Commit 3f0f2cb4 authored by Syed Rameez Mustafa's avatar Syed Rameez Mustafa
Browse files

ARM: dts: msm: add support for new 8x26 variants



Several new 8x26 variants now exist. Add support for all these
variants.

Change-Id: I1716c9f579a49009894e4491718e22ad5b2af074
Signed-off-by: default avatarSyed Rameez Mustafa <rameezmustafa@codeaurora.org>
parent 418eecbe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,5 +18,6 @@
/ {
	model = "Qualcomm APQ 8026 CDP";
	compatible = "qcom,apq8026-cdp", "qcom,apq8026", "qcom,cdp";
	qcom,msm-id = <199 1 0>;
	qcom,msm-id = <199 1 0>,
		      <219 1 0>;
};
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
/ {
	model = "Qualcomm APQ 8026 MTP";
	compatible = "qcom,apq8026-mtp", "qcom,apq8026", "qcom,mtp";
	qcom,msm-id = <199 8 0>;
	qcom,msm-id = <199 8 0>,
		      <219 8 0>;
};

&cci {
+2 −1
Original line number Diff line number Diff line
@@ -18,5 +18,6 @@
/ {
	model = "Qualcomm APQ 8026 XPM";
	compatible = "qcom,apq8026-xpm", "qcom,apq8026", "qcom,xpm";
	qcom,msm-id = <199 14 0>;
	qcom,msm-id = <199 14 0>,
		      <219 14 0>;
};
+2 −1
Original line number Diff line number Diff line
@@ -18,5 +18,6 @@
/ {
	model = "Qualcomm APQ 8026v2 CDP";
	compatible = "qcom,apq8026-cdp", "qcom,apq8026", "qcom,cdp";
	qcom,msm-id = <199 1 0x20000>;
	qcom,msm-id = <199 1 0x20000>,
		      <219 1 0x20000>;
};
+2 −1
Original line number Diff line number Diff line
@@ -18,5 +18,6 @@
/ {
	model = "Qualcomm APQ 8026v2 MTP";
	compatible = "qcom,apq8026-mtp", "qcom,apq8026", "qcom,mtp";
	qcom,msm-id = <199 8 0x20000>;
	qcom,msm-id = <199 8 0x20000>,
		      <219 8 0x20000>;
};
Loading