From: Heiko Stuebner Date: Tue, 23 Jul 2024 19:55:37 +0000 (+0200) Subject: arm64: dts: rockchip: enable gpu on Qnap-TS433 X-Git-Tag: v6.12-rc1~188^2~28^2~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9130eb62586f4cef0557d0378fb7e78d7397ab2d;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: rockchip: enable gpu on Qnap-TS433 The TS433 doesn't provide display output, but the gpu nevertheless can be used for compute tasks for example. So there is no reason not to enable it. Tested-by: Uwe Kleine-König Signed-off-by: Heiko Stuebner Link: https://lore.kernel.org/r/20240723195538.1133436-14-heiko@sntech.de --- diff --git a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts index b807da6e85015..9a0cb69c3cfa0 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts +++ b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts @@ -210,6 +210,11 @@ status = "okay"; }; +&gpu { + mali-supply = <&vdd_gpu>; + status = "okay"; +}; + &i2c0 { status = "okay";