diff mbox series

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

Message ID 20241025175409.886260-1-wens@kernel.org (mailing list archive)
State New
Headers show
Series arm64: dts: rockchip: orangepi-5-plus: Enable GPU | expand

Commit Message

Chen-Yu Tsai Oct. 25, 2024, 5:54 p.m. UTC
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(+)

Comments

Heiko Stübner Nov. 10, 2024, 8:13 p.m. UTC | #1
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,
diff mbox series

Patch

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";
 };