arm64: dts: rockchip: orangepi-5-plus: Enable GPU

Enable the Mali GPU in the Orange Pi 5 Plus.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20241025175409.886260-1-wens@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Chen-Yu Tsai
2024-10-26 01:54:09 +08:00
committed by Heiko Stuebner
parent a6ae420439
commit bea70269e9

View File

@@ -275,6 +275,11 @@ &cpu_l3 {
cpu-supply = <&vdd_cpu_lit_s0>;
};
&gpu {
mali-supply = <&vdd_gpu_s0>;
status = "okay";
};
&hdmi0 {
status = "okay";
};