From: Amelie Delaunay Date: Thu, 17 May 2018 15:47:00 +0000 (+0200) Subject: ARM: dts: stm32: enable USB OTG HS on stm32mp157c-ev1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0bfa7f78dd226251fc31386346624e89ec79726b;p=linux.git ARM: dts: stm32: enable USB OTG HS on stm32mp157c-ev1 This patch enables USB OTG HS on stm32mp157c-ev1 in Peripheral mode. Signed-off-by: Amelie Delaunay Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts index 0381cddac5a76..6cad8f175cdcc 100644 --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts @@ -115,6 +115,13 @@ status = "okay"; }; +&usbotg_hs { + dr_mode = "peripheral"; + phys = <&usbphyc_port1 0>; + phy-names = "usb2-phy"; + status = "okay"; +}; + &usbphyc { status = "okay"; };