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: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
This commit is contained in:
Clément Péron 2019-11-02 13:04:27 +01:00 committed by Maxime Ripard
parent 5878524ee0
commit 3f04e05924

View file

@ -53,6 +53,10 @@ &ehci3 {
status = "okay"; status = "okay";
}; };
&gpu {
status = "okay";
};
&hdmi { &hdmi {
status = "okay"; status = "okay";
}; };