arm64: dts: rockchip: enable usb3 controllers on
From: Heiko Stuebner <heiko@...> Date: Tue, 9 May 2017 23:24:11 +0200
Commit-Message
This allows basic usage of usb3 devices but no typec specific things yet. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
Statistics
- 18 lines added
- 0 lines removed
Changes
--------------- arch/arm64/boot/dts/rockchip/rk3399-firefly.dts ----------------
index ef47360ad286..ba1d9810ad1e 100644
@@ -698,3 +698,21 @@
&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";
+};