ARM: dts: rockchip: rk312x: Fix incorrect base address of gpu register

Fixes: 1f66f15d73 ("ARM: dts: rockchip: rk312x: refine gpu node")
Change-Id: I47cc24625d3b5455351573333d7e653ef4a6c51b
Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
This commit is contained in:
Zhen Chen
2019-11-27 10:16:42 +08:00
committed by Tao Huang
parent 7091540a86
commit eccee24a64

View File

@@ -329,9 +329,9 @@
#clock-cells = <0>;
};
gpu: gpu@10091000 {
gpu: gpu@10090000 {
compatible = "arm,mali400";
reg = <0x10091000 0x10000>;
reg = <0x10090000 0x10000>;
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,