arm64: dts: allwinner: orange-pi-3: Enable USB 3.0 host support
authorOndrej Jirman <megous@megous.com>
Sun, 20 Oct 2019 13:42:29 +0000 (15:42 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 5 Nov 2019 10:44:45 +0000 (11:44 +0100)
Enable Allwinner's USB 3.0 phy and the host controller. Orange Pi 3
board has GL3510 USB 3.0 4-port hub connected to the SoC's USB 3.0
port. All four ports are exposed via USB3-A connectors. VBUS is
always on, since it's powered directly from DCIN (VCC-5V) and
not switchable.

Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts

index b99e9db..4ed3fc2 100644 (file)
        status = "okay";
 };
 
+&dwc3 {
+       status = "okay";
+};
+
 &ehci0 {
        status = "okay";
 };
        usb3_vbus-supply = <&reg_vcc5v>;
        status = "okay";
 };
+
+&usb3phy {
+       status = "okay";
+};