]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Enable GPU for Khadas Edge 2L
authorGray Huang <gray.huang@wesion.com>
Wed, 25 Mar 2026 05:46:11 +0000 (13:46 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 27 Apr 2026 12:18:57 +0000 (14:18 +0200)
Enable the Mali GPU node on the Khadas Edge 2L board. Assign the
corresponding regulator to the mali-supply property to ensure
proper power management and dynamic voltage scaling (DVFS).

Signed-off-by: Gray Huang <gray.huang@wesion.com>
Link: https://patch.msgid.link/20260325054614.1497147-4-gray.huang@wesion.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3576-khadas-edge-2l.dts

index 627d56764c6144c64dac39f691c2a63be0979bfe..59e5e7e25beeb37cb0da48b851c97b49b3264a17 100644 (file)
        cpu-supply = <&vdd_cpu_big_s0>;
 };
 
+&gpu {
+       mali-supply = <&vdd_gpu_s0>;
+       status = "okay";
+};
+
 &i2c1 {
        status = "okay";