Commit 3f04e059 authored by Clément Péron's avatar Clément Péron Committed by Maxime Ripard
Browse files

arm64: allwinner: h6: Enable GPU node for Tanix TX6



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: default avatarClément Péron <peron.clem@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent 5878524e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -53,6 +53,10 @@
	status = "okay";
};

&gpu {
	status = "okay";
};

&hdmi {
	status = "okay";
};