diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2018-02-15 18:54:00 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-02-27 17:20:51 +0300 |
commit | 7dcf834660822ad1e837b1fdf93bcbc437642cfa (patch) | |
tree | c1da8a9fe10d3eb288c96eba2669977f00b62180 /arch/arm/boot/dts/stm32746g-eval.dts | |
parent | 3058b69bf9a92b857340cd0331ee2d43d9b1831b (diff) | |
download | linux-7dcf834660822ad1e837b1fdf93bcbc437642cfa.tar.xz |
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.dts | 2 |
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>; |