This patchset adds support for USB (Host and OTG) on stm32mp157a-dk1. USB OTG HS is forced in Peripheral mode. This patchset also fixes USB on stm32mp157c-ev1: USB PHYS supplies were missing (CONFIG_REGULATOR_STM32_PWR) and usbotg_hs node requires phy-names property to get the phy. Amelie Delaunay (5): ARM: multi_v7_defconfig: enable STM32 PWR regulator ARM: dts: stm32: enable USBPHYC on stm32mp157a-dk1 ARM: dts: stm32: enable USB Host (USBH) EHCI controller on stm32mp157a-dk1 ARM: dts: stm32: enable USB OTG HS on stm32mp157a-dk1 ARM: dts: stm32: add phy-names to usbotg_hs on stm32mp157c-ev1 arch/arm/boot/dts/stm32mp157a-dk1.dts | 28 +++++++++++++++++++++++++++ arch/arm/boot/dts/stm32mp157c-ev1.dts | 1 + arch/arm/configs/multi_v7_defconfig | 1 + 3 files changed, 30 insertions(+) -- 2.17.1