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

Chen-Yu Tsai posted 1 patch 1 month ago
arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] arm64: dts: rockchip: orangepi-5-plus: Enable GPU
Posted by Chen-Yu Tsai 1 month ago
From: Chen-Yu Tsai <wens@csie.org>

Enable the Mali GPU in the Orange Pi 5 Plus.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 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
Re: [PATCH] arm64: dts: rockchip: orangepi-5-plus: Enable GPU
Posted by Heiko Stuebner 2 weeks ago
On Sat, 26 Oct 2024 01:54:09 +0800, Chen-Yu Tsai wrote:
> From: Chen-Yu Tsai <wens@csie.org>
> 
> Enable the Mali GPU in the Orange Pi 5 Plus.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: orangepi-5-plus: Enable GPU
      commit: cdaf2acc401c691105baa3ee3e9fda3b19dc570d

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>