mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user