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

Commit e23f09a2 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

Update target name references for MSM8937



With the official announcement of msm8937, remove all
references to its internal code name msmthorium,
and replace them with msm8937. Also split the dts
files to have support for both pmi8950 and pmi8937.

Change-Id: Ibb47026477ee84bdcc8433450e8b1fd6e969cbbb
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 692e38cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ nodes to be present and contain the properties described below.
			     "psci"
			     "spin-table"
			     "qcom,titanium-arm-cortex-acc"
			     "qcom,thorium-arm-cortex-acc"
			     "qcom,8937-arm-cortex-acc"

			# On ARM 32-bit systems this property is optional and
			  can be one of:
+3 −3
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Required properties:
			"qcom,gcc-8996"
			"qcom,gcc-8996-v2"
			"qcom,gcc-8996-v3"
			"qcom,gcc-thorium"
			"qcom,gcc-8937"
			"qcom,gcc-titanium"
			"qcom,rpmcc-8994"
			"qcom,rpmcc-8992"
@@ -40,12 +40,12 @@ Required properties:
			"qcom,cc-debug-8996"
			"qcom,cc-debug-8996-v2"
			"qcom,cc-debug-8996-v3"
			"qcom,cc-debug-thorium"
			"qcom,cc-debug-8937"
			"qcom,gcc-mdss-8936"
			"qcom,gcc-mdss-8909"
			"qcom,gcc-mdss-8916"
			"qcom,gcc-mdss-8952"
			"qcom,gcc-mdss-thorium"
			"qcom,gcc-mdss-8937"
			"qcom,gcc-mdss-titanium"
			"qcom,mmsscc-8994v2"
			"qcom,mmsscc-8994"
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Required properties:
- compatible:	Can be one of:
		"qcom,8916-l2ccc"
		"qcom,titanium-l2ccc"
		"qcom,thorium-l2ccc"
		"qcom,8937-l2ccc"
- reg:		This specifies the base address and size of
		the register region.

+9 −9
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@ SoCs:
- APQ8096
  compatible = "qcom,apq8096"

- APQTHORIUM
  compatible = "qcom,apqthorium"
- APQ8937
  compatible = "qcom,apq8937"

- MDM9630
  compatible = "qcom,mdm9630"
@@ -86,8 +86,8 @@ SoCs:
- MSMTITANIUM
  compatible = "qcom,msmtitanium"

- MSMTHORIUM
  compatible = "qcom,msmthorium"
- MSM8937
  compatible = "qcom,msm8937"

- MDM9640
  compatible = "qcom,mdm9640"
@@ -154,8 +154,8 @@ compatible = "qcom,apq8096-cdp"
compatible = "qcom,apq8096-mtp"
compatible = "qcom,apq8096-dragonboard"
compatible = "qcom,apq8096-liquid"
compatible = "qcom,apqthorium-cdp"
compatible = "qcom,apqthorium-mtp"
compatible = "qcom,apq8937-cdp"
compatible = "qcom,apq8937-mtp"
compatible = "qcom,mdm9630-cdp"
compatible = "qcom,mdm9630-mtp"
compatible = "qcom,mdm9630-sim"
@@ -232,9 +232,9 @@ compatible = "qcom,apq8052-cdp"
compatible = "qcom,apq8052-mtp"
compatible = "qcom,msmtitanium-rumi"
compatible = "qcom,msmtitanium-sim"
compatible = "qcom,msmthorium-rumi"
compatible = "qcom,msmthorium-cdp"
compatible = "qcom,msmthorium-mtp"
compatible = "qcom,msm8937-rumi"
compatible = "qcom,msm8937-cdp"
compatible = "qcom,msm8937-mtp"
compatible = "qcom,mdm9640-cdp"
compatible = "qcom,mdm9640-mtp"
compatible = "qcom,mdm9640-rumi"
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Required properties:
	       "qcom,mdmcalifornium-pinctrl"
	      "qcom,msm8952-pinctrl"
	      "qcom,msmtitanium-pinctrl"
	      "qcom,msmthorium-pinctrl"
	      "qcom,msm8937-pinctrl"
	      "qcom,msmcobalt-pinctrl"

- reg: Should be the base address and length of the TLMM block.
Loading