From: Amelie Delaunay Date: Thu, 21 Nov 2019 16:12:00 +0000 (+0100) Subject: ARM: dts: stm32: add phy-names to usbotg_hs on stm32mp157c-ev1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6bdc753de6892d0c5f68a265499f206de901a958;p=linux.git ARM: dts: stm32: add phy-names to usbotg_hs on stm32mp157c-ev1 phy-names is required by usbotg_hs driver to get the phy, otherwise, it considers that there is no phys property. 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 2010f6292a77f..228e35e168845 100644 --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts @@ -355,6 +355,7 @@ &usbotg_hs { dr_mode = "peripheral"; phys = <&usbphyc_port1 0>; + phy-names = "usb2-phy"; status = "okay"; };