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

Commit 1289f983 authored by Runmin Wang's avatar Runmin Wang Committed by Jeevan Shriram
Browse files

msm: 8998: Replace cobalt with 8998



Update the code name from msmcobalt to msm8998. As a result, update
the filename containing "cobalt" and files content containing "cobalt".

CRs-Fixed: 1070840
Change-Id: I2c7b95e3e2a2fec7730724da9eeb86a39a77faf1
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 3c45c2a8
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -65,18 +65,18 @@ Required properties:
			"qcom,cc-debug-californium"
			"qcom,gcc-mdm9607"
			"qcom,cc-debug-mdm9607"
			"qcom,gcc-cobalt"
			"qcom,gcc-cobalt-v2"
			"qcom,gcc-8998"
			"qcom,gcc-8998-v2"
			"qcom,gcc-hamster"
			"qcom,cc-debug-cobalt"
			"qcom,gpucc-cobalt"
			"qcom,gfxcc-cobalt"
			"qcom,gpucc-cobalt-v2"
			"qcom,gfxcc-cobalt-v2"
			"qcom,cc-debug-8998"
			"qcom,gpucc-8998"
			"qcom,gfxcc-8998"
			"qcom,gpucc-8998-v2"
			"qcom,gfxcc-8998-v2"
			"qcom,gpucc-hamster"
			"qcom,gfxcc-hamster"
			"qcom,mmsscc-cobalt"
			"qcom,mmsscc-cobalt-v2"
			"qcom,mmsscc-8998"
			"qcom,mmsscc-8998-v2"
			"qcom,mmsscc-hamster"

- reg:			Pairs of physical base addresses and region sizes of
+12 −12
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@ SoCs:
- APQTITANIUM
  compatible = "qcom,apqtitanium"

- APQCOBALT
  compatible = "qcom,apqcobalt"
- APQ8998
  compatible = "qcom,apq8998"

- MDM9630
  compatible = "qcom,mdm9630"
@@ -83,8 +83,8 @@ SoCs:
- MSM8996
  compatible = "qcom,msm8996"

- MSMCOBALT
  compatible = "qcom,msmcobalt"
- MSM8998
  compatible = "qcom,msm8998"

- MSMHAMSTER
  compatible = "qcom,msmhamster"
@@ -183,9 +183,9 @@ compatible = "qcom,apq8037-cdp"
compatible = "qcom,apq8037-mtp"
compatible = "qcom,apqtitanium-cdp"
compatible = "qcom,apqtitanium-mtp"
compatible = "qcom,apqcobalt-cdp"
compatible = "qcom,apqcobalt-mtp"
compatible = "qcom,apqcobalt-qrd"
compatible = "qcom,apq8998-cdp"
compatible = "qcom,apq8998-mtp"
compatible = "qcom,apq8998-qrd"
compatible = "qcom,mdm9630-cdp"
compatible = "qcom,mdm9630-mtp"
compatible = "qcom,mdm9630-sim"
@@ -252,11 +252,11 @@ compatible = "qcom,msm8996-fluid"
compatible = "qcom,msm8996-liquid"
compatible = "qcom,msm8996-mtp"
compatible = "qcom,msm8996-adp"
compatible = "qcom,msmcobalt-sim"
compatible = "qcom,msmcobalt-rumi"
compatible = "qcom,msmcobalt-cdp"
compatible = "qcom,msmcobalt-mtp"
compatible = "qcom,msmcobalt-qrd"
compatible = "qcom,msm8998-sim"
compatible = "qcom,msm8998-rumi"
compatible = "qcom,msm8998-cdp"
compatible = "qcom,msm8998-mtp"
compatible = "qcom,msm8998-qrd"
compatible = "qcom,msmhamster-rumi"
compatible = "qcom,msmhamster-cdp"
compatible = "qcom,msmhamster-mtp"
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ Required properties:
Optional properties:

Example:
	For msmcobalt:
	For msm8998:
		qcom,ghd {
				compatible = "qcom,gladiator-hang-detect";
				qcom,threshold-arr = <0x179d141c 0x179d1420
+4 −4
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ Properties:
- compatible
	Usage:      required
	Value type: <string>
	Definition: must be "qcom,cpu-clock-osm-msmcobalt-v1" or
		    "qcom,cpu-clock-osm-msmcobalt-v2".
	Definition: must be "qcom,cpu-clock-osm-msm8998-v1" or
		    "qcom,cpu-clock-osm-msm8998-v2".

- reg
	Usage:      required
@@ -342,8 +342,8 @@ Properties:

Example:

	clock_cpu: qcom,cpu-clock-cobalt@179c0000 {
		compatible = "qcom,cpu-clock-osm-msmcobalt-v1";
	clock_cpu: qcom,cpu-clock-8998@179c0000 {
		compatible = "qcom,cpu-clock-osm-msm8998-v1";
		reg = <0x179C0000 0x4000>,
		      <0x17916000 0x1000>,
		      <0x17816000 0x1000>,
+1 −1
Original line number Diff line number Diff line
@@ -53,6 +53,6 @@ Example:
		   <0 140 0 /* CE10 */ >,
		   <0 141 0 /* CE11 */ >;
        qcom,wlan-msa-memory = <0x200000>;
	vdd-0.8-cx-mx-supply = <&pmcobalt_l5>;
	vdd-0.8-cx-mx-supply = <&pm8998_l5>;
	qcom,vdd-0.8-cx-mx-config = <800000 800000 2400 1000>;
    };
Loading