arm64: dts: rockchip: rk3588s: gpu: enlarge register space to 0x200000

Valhall device driver expects that it is at least 0x200000.

Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
Change-Id: Ide488624375fdc2b242442bf023040e8ed8358e8
This commit is contained in:
Zhen Chen
2021-11-11 21:16:32 +08:00
committed by Tao Huang
parent 1e94be3e6e
commit ee20202c97

View File

@@ -300,7 +300,7 @@
gpu: gpu@fb000000 {
compatible = "arm,mali-bifrost";
reg = <0x0 0xfb000000 0x0 0x80000>;
reg = <0x0 0xfb000000 0x0 0x200000>;
interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;