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

Commit 1440d381 authored by Syed Rameez Mustafa's avatar Syed Rameez Mustafa
Browse files

ARM: dts: msm: add DT support for a 8926 v1.1



8926 now has a v1.1. Add device tree support for this new version.

Change-Id: Ic773b49d115a4976a0845816c33a184b0a386c63
Signed-off-by: default avatarSyed Rameez Mustafa <rameezmustafa@codeaurora.org>
parent 07ca70b0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@
	model = "Qualcomm MSM 8926 CDP";
	compatible = "qcom,msm8926-cdp", "qcom,msm8926", "qcom,cdp";
	qcom,msm-id = <200 1 0>,
		      <224 1 0>;
		      <224 1 0>,
		      <200 1 0x10001>,
		      <224 1 0x10001>;
};

&pm8226_chg {
+3 −1
Original line number Diff line number Diff line
@@ -20,5 +20,7 @@
	model = "Qualcomm MSM 8926 MTP";
	compatible = "qcom,msm8926-mtp", "qcom,msm8926", "qcom,mtp";
	qcom,msm-id = <200 8 0>,
		      <224 8 0>;
		      <224 8 0>,
		      <200 8 0x10001>,
		      <224 8 0x10001>;
};
+3 −1
Original line number Diff line number Diff line
@@ -18,5 +18,7 @@
	model = "Qualcomm MSM 8926 QRD";
	compatible = "qcom,msm8926-qrd", "qcom,msm8926", "qcom,qrd";
	qcom,msm-id = <200 11 0>,
		      <224 11 0>;
		      <224 11 0>,
		      <200 11 0x10001>,
		      <224 11 0x10001>;
};
+3 −1
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@
	model = "Qualcomm MSM 8926";
	compatible = "qcom,msm8926";
	qcom,msm-id = <200 0>,
		      <224 0>;
		      <224 0>,
		      <200 0x10001>,
		      <224 0x10001>;
};

&soc {