From: Amelie Delaunay Date: Thu, 15 Feb 2018 15:54:00 +0000 (+0100) Subject: ARM: dts: stm32: select otg mode for usbotg_hs on stm32746g_eval X-Git-Tag: v5.15~9103^2~54^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dcf834660822ad1e837b1fdf93bcbc437642cfa;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32746g-eval.dts b/arch/arm/boot/dts/stm32746g-eval.dts index b2d4b8c..e3f5a83 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>;