mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 05:18:55 +00:00
Fixed rk3328 mali node, shortening memory range to 0x30000 as per-stated in official documentation
13 lines
539 B
Diff
13 lines
539 B
Diff
diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
|
|
index bbdb19a3e..f623d5fd9 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
|
|
@@ -603,7 +603,7 @@
|
|
|
|
gpu: gpu@ff300000 {
|
|
compatible = "rockchip,rk3328-mali", "arm,mali-450";
|
|
- reg = <0x0 0xff300000 0x0 0x40000>;
|
|
+ reg = <0x0 0xff300000 0x0 0x30000>;
|
|
interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>,
|