diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2025-06-18 14:36:01 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-06-19 22:05:13 +0200 |
commit | 974baaa147022a6230768ad73313154ce0a77c0a (patch) | |
tree | 9d6d5791fc2c3cc8aa4f07ac52190b141ccd3054 | |
parent | 987087864c88ec8617c311c39390ce578ae15195 (diff) |
arm64: dts: rockchip: Enable gpu on rk3576-evb1-v10
Enable gpu for rk3576 evb.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Link: https://lore.kernel.org/r/20250618063609.690332-1-andyshrk@163.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts index 0902d694cef4..56527c56830e 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"; }; |