ARM: dts: rockchip: enable Mali gpu on rk3066 marsboard

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@sntech.de>
Link: https://lore.kernel.org/r/20250503201043.990933-3-heiko@sntech.de
This commit is contained in:
Heiko Stuebner 2025-05-03 22:10:43 +02:00
parent cb2a6738f3
commit c895c32bf1

View File

@ -69,6 +69,10 @@ &cpu1 {
cpu-supply = <&vdd_arm>;
};
&gpu {
status = "okay";
};
&hdmi {
status = "okay";
};