mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 20:28:49 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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>,
|
||||
|
||||
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user