]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: orangepi-5-plus: Enable GPU
authorChen-Yu Tsai <wens@csie.org>
Fri, 25 Oct 2024 17:54:09 +0000 (01:54 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 11 Nov 2024 15:31:34 +0000 (16:31 +0100)
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>
arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts

index 92de273b0956fe0798f558841922fab34a6cad46..db18bcd310b1e3e3e97a60e107c1034e00d22c94 100644 (file)
        cpu-supply = <&vdd_cpu_lit_s0>;
 };
 
+&gpu {
+       mali-supply = <&vdd_gpu_s0>;
+       status = "okay";
+};
+
 &hdmi0 {
        status = "okay";
 };