]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: allwinner: h6: Enable GPU node for Tanix TX6
authorClément Péron <peron.clem@gmail.com>
Sat, 2 Nov 2019 12:04:27 +0000 (13:04 +0100)
committerMaxime Ripard <mripard@kernel.org>
Sat, 2 Nov 2019 15:40:18 +0000 (16:40 +0100)
Unlike other H6 boards, Tanix TX6 doesn't have a PMIC so we can enable
the GPU without providing a specific power supply.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts

index 7e7cb10e3d967da3b80e8efec91449eb1f4ea5ef..bccfe1e65b6a029cd3e6b5f119e61e212b4cf255 100644 (file)
        status = "okay";
 };
 
+&gpu {
+       status = "okay";
+};
+
 &hdmi {
        status = "okay";
 };