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

Commit 3e559d1d 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: add support for new 8x26 variants"

parents c31c074e 3f0f2cb4
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