From 974baaa147022a6230768ad73313154ce0a77c0a Mon Sep 17 00:00:00 2001 From: Andy Yan Date: Wed, 18 Jun 2025 14:36:01 +0800 Subject: [PATCH] arm64: dts: rockchip: Enable gpu on rk3576-evb1-v10 Enable gpu for rk3576 evb. Signed-off-by: Andy Yan Link: https://lore.kernel.org/r/20250618063609.690332-1-andyshrk@163.com Signed-off-by: Heiko Stuebner --- arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts index 0902d694cef43..56527c56830e3 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts @@ -282,6 +282,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&vdd_gpu_s0>; + status = "okay"; +}; + &hdmi { status = "okay"; }; -- 2.39.5