[PATCH] arm64: dts: rockchip: Enable GPU on Orange Pi 5
Jimmy Hon
honyuenkwun at gmail.com
Thu Apr 25 15:29:13 PDT 2024
Enable the Mali GPU in the Orange Pi 5
Signed-off-by: Jimmy Hon <honyuenkwun at gmail.com>
---
arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts b/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts
index c61898355f3e..3f059fb33fda 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts
@@ -147,6 +147,11 @@ &gmac1_rgmii_clk
status = "okay";
};
+&gpu {
+ mali-supply = <&vdd_gpu_s0>;
+ status = "okay";
+};
+
&i2c0 {
pinctrl-names = "default";
pinctrl-0 = <&i2c0m2_xfer>;
--
2.44.0
More information about the Linux-rockchip
mailing list