[PATCH] arm64: dts: rockchip: orangepi-5-plus: Enable GPU

From: Chen-Yu Tsai
Date: Fri Oct 25 2024 - 13:54:24 EST


From: Chen-Yu Tsai <wens@xxxxxxxx>

Enable the Mali GPU in the Orange Pi 5 Plus.

Signed-off-by: Chen-Yu Tsai <wens@xxxxxxxx>
---
arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
index b826c5e368aa..7edebc47f1ef 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
@@ -287,6 +287,11 @@ &cpu_l3 {
cpu-supply = <&vdd_cpu_lit_s0>;
};

+&gpu {
+ mali-supply = <&vdd_gpu_s0>;
+ status = "okay";
+};
+
&hdmi0 {
status = "okay";
};
--
2.39.5