From: Patrice Chotard Date: Tue, 5 Sep 2017 09:04:25 +0000 (+0200) Subject: ARM: dts: STiH410: set DWC3 dual role mode to peripheral X-Git-Tag: v2017.11-rc1~63 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=01d142850e66299aa7f36d6c6ebfa00f91f3c95b;p=u-boot ARM: dts: STiH410: set DWC3 dual role mode to peripheral On STi 96boards, configure by default the micro USB connector (managed by DWC3 hardware block) in peripheral mode. This will allow to use fastboot feature. Signed-off-by: Patrice Chotard Reviewed-by: Simon Glass --- diff --git a/arch/arm/dts/stih407-family.dtsi b/arch/arm/dts/stih407-family.dtsi index 452ac1cdce..6c6de58029 100644 --- a/arch/arm/dts/stih407-family.dtsi +++ b/arch/arm/dts/stih407-family.dtsi @@ -655,7 +655,7 @@ compatible = "snps,dwc3"; reg = <0x09900000 0x100000>; interrupts = ; - dr_mode = "host"; + dr_mode = "peripheral"; phy-names = "usb2-phy", "usb3-phy"; phys = <&usb2_picophy0>, <&phy_port2 PHY_TYPE_USB3>;