ARM: dts: msm: Remove gmu_pdc register for sun GPU

KGSL driver doesn't program PDC registers anymore.
Thus, remove the register information from device
tree for sun GPU.

Change-Id: I60c78e00942bb68e311b4c4632e5a3e2ed30dcd6
Signed-off-by: Kamal Agrawal <quic_kamaagra@quicinc.com>
This commit is contained in:
Kamal Agrawal
2023-12-15 12:57:16 +05:30
parent 8687f5ac09
commit 0d12082da3

View File

@@ -145,10 +145,9 @@
compatible = "qcom,gen8-gmu"; compatible = "qcom,gen8-gmu";
reg = <0x3d37000 0x68000>, reg = <0x3d37000 0x68000>,
<0xb5d0000 0x24000>,
<0x3d40000 0x10000>; <0x3d40000 0x10000>;
reg-names = "gmu", "gmu_pdc", "gmu_ao_blk_dec0"; reg-names = "gmu", "gmu_ao_blk_dec0";
interrupts = <0 304 IRQ_TYPE_LEVEL_HIGH>, interrupts = <0 304 IRQ_TYPE_LEVEL_HIGH>,
<0 305 IRQ_TYPE_LEVEL_HIGH>; <0 305 IRQ_TYPE_LEVEL_HIGH>;