ARM: dts: msm: Remove Waipio GenC GPU strings

The Adreno devices are renamed from GenC to Gen7. Remove the
older GenC names for Waipio and Waipio-v2 GPU now that the
corresponding code changes are in place.

Change-Id: Iee1e31a86cf98f9a4b831f02fa41804447c0482c
This commit is contained in:
Lynus Vaz
2021-07-08 11:15:56 -07:00
parent d97f4f33c7
commit bf2a46aee6
4 changed files with 5 additions and 9 deletions

View File

@@ -5,8 +5,6 @@ Required properties:
- "qcom,gpu-gmu"
- "qcom,gpu-gmu-hwsched"
- "qcom,gpu-rgmu"
- "qcom,genc-gmu"
- "qcom,genc-gmu-hwsched"
- "qcom,gen7-gmu"
- "qcom,gen7-gmu-hwsched"
- reg: Specifies the GMU register base address and size.

View File

@@ -7,10 +7,8 @@ Required properties:
May also includes "qcom,adreno-gpu-*" for few targets.
Must include "qcom,adreno-gpu-a619-holi" for Holi target.
Must include "qcom,adreno-gpu-a660-shima" for Shima target.
Must include "qcom,adreno-gpu-c500" and
"qcom,adreno-gpu-gen7-0-0" for Waipio target.
Must include "qcom,adreno-gpu-c500v2" and
"qcom,adreno-gpu-gen7-0-1" for Waipio V2 target.
Must include "qcom,adreno-gpu-gen7-0-0" for Waipio target.
Must include "qcom,adreno-gpu-gen7-0-1" for Waipio V2 target.
- reg: Specifies the list of register regions for the device.
- reg-names: Resource names used for the register regions specified
in reg.

View File

@@ -3,7 +3,7 @@
&soc {
msm_gpu: qcom,kgsl-3d0@3d00000 {
compatible = "qcom,adreno-gpu-c500", "qcom,adreno-gpu-gen7-0-0", "qcom,kgsl-3d0";
compatible = "qcom,adreno-gpu-gen7-0-0", "qcom,kgsl-3d0";
status = "ok";
reg = <0x3d00000 0x40000>, <0x3d61000 0x800>,
<0x03d50000 0x10000>, <0x3d8b000 0x2000>,
@@ -246,7 +246,7 @@
};
gmu: qcom,gmu@3d69000 {
compatible = "qcom,genc-gmu", "qcom,gen7-gmu";
compatible = "qcom,gen7-gmu";
reg = <0x3d68000 0x37000>,
<0xb290000 0x10000>,

View File

@@ -1,6 +1,6 @@
&msm_gpu {
compatible = "qcom,adreno-gpu-c500v2", "qcom,adreno-gpu-gen7-0-1", "qcom,kgsl-3d0";
compatible = "qcom,adreno-gpu-gen7-0-1", "qcom,kgsl-3d0";
qcom,initial-pwrlevel = <9>;