arm64: dts: allwinner: h6: Enable USB 3.0 host for Beelink GS1 and Tanix TX6
authorClément Péron <peron.clem@gmail.com>
Thu, 14 Nov 2019 10:25:41 +0000 (11:25 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 9 Dec 2019 07:47:15 +0000 (08:47 +0100)
Enable USB 3.0 phy and host controller.

VBUS is directly connected to DCIN 5V and doesn't
require to be switched on.

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-beelink-gs1.dts
arch/arm64/boot/dts/allwinner/sun50i-h6-tanix-tx6.dts

index f335f74..b004e15 100644 (file)
        status = "okay";
 };
 
+&dwc3 {
+       status = "okay";
+};
+
 &ehci0 {
        status = "okay";
 };
        usb0_vbus-supply = <&reg_vcc5v>;
        status = "okay";
 };
+
+&usb3phy {
+       status = "okay";
+};
index bccfe1e..0b6361a 100644 (file)
        status = "okay";
 };
 
+&dwc3 {
+       status = "okay";
+};
+
 &ehci0 {
        status = "okay";
 };
 &usb2phy {
        status = "okay";
 };
+
+&usb3phy {
+       status = "okay";
+};