summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32746g-eval.dts
diff options
context:
space:
mode:
authorAmelie Delaunay <amelie.delaunay@st.com>2018-02-15 16:54:00 +0100
committerAlexandre Torgue <alexandre.torgue@st.com>2018-02-27 15:20:51 +0100
commit7dcf834660822ad1e837b1fdf93bcbc437642cfa (patch)
treec1da8a9fe10d3eb288c96eba2669977f00b62180 /arch/arm/boot/dts/stm32746g-eval.dts
parent3058b69bf9a92b857340cd0331ee2d43d9b1831b (diff)
ARM: dts: stm32: select otg mode for usbotg_hs on stm32746g_eval
Configure USB OTG HS in OTG (DRD) mode on STM32746G_eval. The USB connector used will determine the role of USB OTG controller. Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32746g-eval.dts')
-rw-r--r--arch/arm/boot/dts/stm32746g-eval.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32746g-eval.dts b/arch/arm/boot/dts/stm32746g-eval.dts
index b2d4b8c46677..e3f5a8320d3a 100644
--- a/arch/arm/boot/dts/stm32746g-eval.dts
+++ b/arch/arm/boot/dts/stm32746g-eval.dts
@@ -120,7 +120,7 @@
};
&usbotg_hs {
- dr_mode = "host";
+ dr_mode = "otg";
phys = <&usbotg_hs_phy>;
phy-names = "usb2-phy";
pinctrl-0 = <&usbotg_hs_pins_a>;