Adds support for STM32MP15 SoCs USB OTG HS and FS based on DWC2 IP. STM32MP15 SoCs embeds a DWC2 IP that can be used in HS or in FS, and uses an external Vbus and ID level detection to support OTG operations. Amelie Delaunay (2): dt-bindings: usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FS usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FS --- Changes in v3: - fix usb33d-supply in bindings Changes in v2: - add Minas Acked-by on driver - use dwc2.yaml bindings .../devicetree/bindings/usb/dwc2.yaml | 6 ++ drivers/usb/dwc2/core.h | 8 ++ drivers/usb/dwc2/hw.h | 8 ++ drivers/usb/dwc2/params.c | 33 +++++++ drivers/usb/dwc2/platform.c | 94 ++++++++++++++++++- 5 files changed, 147 insertions(+), 2 deletions(-) -- 2.17.1