]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Enable GPU on Orange Pi 5
authorJimmy Hon <honyuenkwun@gmail.com>
Thu, 25 Apr 2024 22:29:13 +0000 (17:29 -0500)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 3 May 2024 11:32:41 +0000 (13:32 +0200)
Enable the Mali GPU in the Orange Pi 5

Signed-off-by: Jimmy Hon <honyuenkwun@gmail.com>
Link: https://lore.kernel.org/r/20240425222913.1760-1-honyuenkwun@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts

index 73700d77eed932c4aa688ca8881f93e162f885a1..3770a607e4fcbc1de5b1564371802fc27f317c39 100644 (file)
        status = "okay";
 };
 
+&gpu {
+       mali-supply = <&vdd_gpu_s0>;
+       status = "okay";
+};
+
 &i2c0 {
        pinctrl-names = "default";
        pinctrl-0 = <&i2c0m2_xfer>;