From 4fc57a8ca233c04173f51ae43d4420151d26efb0 Mon Sep 17 00:00:00 2001 From: Wu Liang feng Date: Wed, 17 Aug 2016 14:32:11 +0800 Subject: [PATCH] arm64: dts: rockchip: change dr_mode for rk3399 dwc3 The DesignWare USB3 integrated in rockchip SoCs is a configurable IP Core which can be instantiated as Dual-Role Device (DRD), Host Only (XHCI) and Peripheral Only configurations. For rk3399, it has two DWC3 controllers, we set DRD for DWC3_0 and Host only for DWC3_1 by default. Change-Id: Ia0063e04e48770d8d0ec7ec86cb621c5e9979fb9 Signed-off-by: Wu Liang feng Signed-off-by: Jianqun Xu --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 7a9fb4a99e2d..f264ed286aa3 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -438,7 +438,7 @@ compatible = "snps,dwc3"; reg = <0x0 0xfe900000 0x0 0x100000>; interrupts = ; - dr_mode = "otg"; + dr_mode = "host"; phys = <&u2phy1_otg>, <&tcphy1_usb3>; phy-names = "usb2-phy", "usb3-phy"; phy_type = "utmi_wide";