diff mbox series

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

Message ID 20191102120427.19350-1-peron.clem@gmail.com (mailing list archive)
State Mainlined
Commit 3f04e059245ee92cd6b4b5b0013d58ae89edc4bd
Headers show
Series arm64: allwinner: h6: Enable GPU node for Tanix TX6 | expand

Commit Message

Clément Péron Nov. 2, 2019, 12:04 p.m. UTC
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>
---
 arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Maxime Ripard Nov. 2, 2019, 3:40 p.m. UTC | #1
On Sat, Nov 02, 2019 at 01:04:27PM +0100, Clément Péron wrote:
> 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>

Applied, thanks
Maxime
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts
index 7e7cb10e3d96..bccfe1e65b6a 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts
@@ -53,6 +53,10 @@ 
 	status = "okay";
 };
 
+&gpu {
+	status = "okay";
+};
+
 &hdmi {
 	status = "okay";
 };