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