summaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-09-05 11:04:25 +0200
committerTom Rini <trini@konsulko.com>2017-09-22 07:39:59 -0400
commit01d142850e66299aa7f36d6c6ebfa00f91f3c95b (patch)
tree49e9ea30b0a6e76a80b4bab81c269d0fb820a285 /arch/arm/dts
parent40d1a31e6329da8feecc555f2bdfb8da463bdd40 (diff)
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 <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/stih407-family.dtsi2
1 files changed, 1 insertions, 1 deletions
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 = <GIC_SPI 155 IRQ_TYPE_NONE>;
- dr_mode = "host";
+ dr_mode = "peripheral";
phy-names = "usb2-phy", "usb3-phy";
phys = <&usb2_picophy0>,
<&phy_port2 PHY_TYPE_USB3>;