]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: rockchip: enable Mali gpu on rk3066 marsboard
authorHeiko Stuebner <heiko@sntech.de>
Sat, 3 May 2025 20:10:43 +0000 (22:10 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 5 May 2025 08:20:11 +0000 (10:20 +0200)
The rk3066 contains a Mali400 GPU, so enable it.

There is no individual (or even controllable) supply for the GPU
on the board.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250503201043.990933-3-heiko@sntech.de
arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts

index d2924aca6f2d9257fdc9b4f2d650cfc8ae0d7687..de42d1855121cba774243dafafe8ee4291d6cba4 100644 (file)
        cpu-supply = <&vdd_arm>;
 };
 
+&gpu {
+       status = "okay";
+};
+
 &hdmi {
        status = "okay";
 };