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

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

ARM: dts: msm: Split qcom,msm-id for 8610



Update the MSM8610 device tree files to reflect the new
format of the qcom,msm-id property, where qcom,msm-id
describes the SoC version and qcom,board-id describes the
platform type and subvariant, rather than grouping these
attributes into a single property.

Change-Id: I43acc5a5cc70c1b9497c6697f8e08dfceabe0be4
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 29dc25ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
/ {
	model = "Qualcomm MSM 8610 Rumi";
	compatible = "qcom,msm8610-rumi", "qcom,msm8610", "qcom,rumi";
	qcom,msm-id = <147 15 0>;
	qcom,board-id = <15 0>;
};

&soc {
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
/ {
	model = "Qualcomm MSM 8610 Simulator";
	compatible = "qcom,msm8610-sim", "qcom,msm8610", "qcom,sim";
	qcom,msm-id = <147 16 0>;
	qcom,board-id = <16 0>;
};

&soc {
+1 −2
Original line number Diff line number Diff line
@@ -20,8 +20,7 @@
/ {
	model = "Qualcomm MSM 8610 CDP";
	compatible = "qcom,msm8610-cdp", "qcom,msm8610", "qcom,cdp";
	qcom,msm-id = <147 1 0>, <165 1 0>, <161 1 0>, <162 1 0>,
		      <163 1 0>, <164 1 0>, <166 1 0>;
	qcom,board-id = <1 0>;
};

+1 −2
Original line number Diff line number Diff line
@@ -20,8 +20,7 @@
/ {
	model = "Qualcomm MSM 8610 MTP";
	compatible = "qcom,msm8610-mtp", "qcom,msm8610", "qcom,mtp";
	qcom,msm-id = <147 8 0>, <165 8 0>, <161 8 0>, <162 8 0>,
		      <163 8 0>, <164 8 0>, <166 8 0>;
	qcom,board-id = <8 0>;
};

+1 −2
Original line number Diff line number Diff line
@@ -20,8 +20,7 @@
/ {
	model = "Qualcomm MSM 8610v2 CDP";
	compatible = "qcom,msm8610-cdp", "qcom,msm8610", "qcom,cdp";
	qcom,msm-id = <147 1 0x10001>, <165 1 0x10001>, <161 1 0x10001>, <162 1 0x10001>,
		      <163 1 0x10001>, <164 1 0x10001>, <166 1 0x10001>;
	qcom,board-id = <1 0>;
};

Loading