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

Commit fd9a1497 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko Committed by Stephen Boyd
Browse files

ARM: dts: msm: Move qcom,msm-id property where it belongs for 8226



Move the qcom,msm-id property for 8226 targets out of
board-specific files and into SoC-specific files, since
this property is intended to identify a specific SoC type.

Change-Id: I5f67bdab23f6e8824fa1300693dc854523ec4524
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 61035cbe
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -19,10 +19,6 @@
	model = "Qualcomm MSM 8226 QRD";
	compatible = "qcom,msm8226-qrd", "qcom,msm8226", "qcom,qrd";
	qcom,board-id = <11 2>;
	qcom,msm-id = <145 0>,
		      <158 0>,
		      <159 0>,
		      <198 0>;
};

&soc {
+7 −0
Original line number Diff line number Diff line
@@ -19,6 +19,13 @@
/include/ "msm8226.dtsi"
/include/ "msm8226-v1-pm.dtsi"

/ {
	qcom,msm-id = <145 0>,
		      <158 0>,
		      <159 0>,
		      <198 0>;
};

&tsens {
	qcom,sensors = <4>;
	qcom,slope = <2901 2846 3038 2955>;
+0 −5
Original line number Diff line number Diff line
@@ -19,11 +19,6 @@
	model = "Qualcomm MSM 8226v2 QRD";
	compatible = "qcom,msm8226-qrd", "qcom,msm8226", "qcom,qrd";
	qcom,board-id = <0xb 0x2>;
	qcom,msm-id = <145 0x20000>,
		      <158 0x20000>,
		      <159 0x20000>,
		      <198 0x20000>,
		      <205 0x20000>;
};

&soc {
+8 −0
Original line number Diff line number Diff line
@@ -19,6 +19,14 @@
/include/ "msm8226.dtsi"
/include/ "msm8226-v2-pm.dtsi"

/ {
	qcom,msm-id = <145 0x20000>,
		      <158 0x20000>,
		      <159 0x20000>,
		      <198 0x20000>,
		      <205 0x20000>;
};

&pm8226_l3 {
	regulator-min-microvolt = <750000>;
	regulator-max-microvolt = <1287500>;
+0 −1
Original line number Diff line number Diff line
@@ -18,5 +18,4 @@
	model = "Qualcomm MSM 8926 QRD SKUG";
	compatible = "qcom,msm8926-qrd", "qcom,msm8926", "qcom,qrd";
	qcom,board-id = <11 5>;
	qcom,msm-id = <200 0>;
};
Loading