diff options
author | Heiko Stuebner <heiko@sntech.de> | 2017-05-09 17:24:11 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-05-30 06:06:24 -0400 |
commit | 7152ea7d4f14121fad7c36f213f9a2239eeee8ff (patch) | |
tree | b4ff59972f2c1d04058e5c4a1a4ec340baeb2213 | |
parent | 2eca8411ed14a93bd3890e368a847d26fd4c97d2 (diff) |
arm64: dts: rockchip: enable usb3 controllers on rk3399-firefly
This allows basic usage of usb3 devices but no typec specific things yet.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts index ef47360ad286..ba1d9810ad1e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | |||
@@ -698,3 +698,21 @@ | |||
698 | &usb_host1_ohci { | 698 | &usb_host1_ohci { |
699 | status = "okay"; | 699 | status = "okay"; |
700 | }; | 700 | }; |
701 | |||
702 | &usbdrd3_0 { | ||
703 | status = "okay"; | ||
704 | }; | ||
705 | |||
706 | &usbdrd_dwc3_0 { | ||
707 | status = "okay"; | ||
708 | dr_mode = "otg"; | ||
709 | }; | ||
710 | |||
711 | &usbdrd3_1 { | ||
712 | status = "okay"; | ||
713 | }; | ||
714 | |||
715 | &usbdrd_dwc3_1 { | ||
716 | status = "okay"; | ||
717 | dr_mode = "host"; | ||
718 | }; | ||