]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: rockchip: enable usb3 controllers on rk3399-firefly
authorHeiko Stuebner <heiko@sntech.de>
Tue, 9 May 2017 21:24:11 +0000 (23:24 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 30 May 2017 10:06:24 +0000 (12:06 +0200)
This allows basic usage of usb3 devices but no typec specific things yet.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts

index ef47360ad2867f14d6b480f1b6f1d04a3fdb0d77..ba1d9810ad1e29916809dc1075359c6d0244d4e7 100644 (file)
@@ -698,3 +698,21 @@ &usb_host1_ehci {
 &usb_host1_ohci {
        status = "okay";
 };
+
+&usbdrd3_0 {
+       status = "okay";
+};
+
+&usbdrd_dwc3_0 {
+       status = "okay";
+       dr_mode = "otg";
+};
+
+&usbdrd3_1 {
+       status = "okay";
+};
+
+&usbdrd_dwc3_1 {
+       status = "okay";
+       dr_mode = "host";
+};