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