ARM: dts: rockchip: enable Mali gpu on rk3066 marsboard
From: Heiko Stuebner <heiko@...> Date: Sat, 3 May 2025 21:49:22 +0200
Commit-Message
The rk3066 contains a Mali400 GPU, so enable it. There is no individual (or even controllable) supply for the GPU on the board. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts | 4 ++++ 1 file changed, 4 insertions(+)
Statistics
- 4 lines added
- 0 lines removed
Changes
--------------- arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts ---------------
index d2924aca6f2d..de42d1855121 100644
@@ -69,6 +69,10 @@ &cpu1 {
cpu-supply = <&vdd_arm>;
};
+&gpu {
+ status = "okay";
+};
+
&hdmi {
status = "okay";
};