diff options
author | Chen-Yu Tsai <wens@csie.org> | 2024-10-25 19:54:09 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-11-11 16:31:34 +0100 |
commit | bea70269e9d4dbef28ef6428a3ba0b3fb623c0e0 (patch) | |
tree | 1d248d9be108e8b3d9c9a5994ee4191576975109 /arch/arm64/boot | |
parent | arm64: dts: rockchip: enable USB3 on NanoPC-T6 (diff) | |
download | linux-bea70269e9d4dbef28ef6428a3ba0b3fb623c0e0.tar.xz linux-bea70269e9d4dbef28ef6428a3ba0b3fb623c0e0.zip |
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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts | 5 |
1 files changed, 5 insertions, 0 deletions
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 92de273b0956..db18bcd310b1 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts @@ -275,6 +275,11 @@ cpu-supply = <&vdd_cpu_lit_s0>; }; +&gpu { + mali-supply = <&vdd_gpu_s0>; + status = "okay"; +}; + &hdmi0 { status = "okay"; }; |