From: Sam Protsenko Date: Wed, 9 Jul 2025 22:29:19 +0000 (-0500) Subject: usb: dwc3-generic: Add Exynos850 support X-Git-Tag: v2025.10-rc1~10^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba713dd7d4d8da282562becfefcd974d8344c6f5;p=thirdparty%2Fu-boot.git usb: dwc3-generic: Add Exynos850 support The only thing needed from DWC3 glue layer for Exynos850 is to enable USB clocks. The generic glue layer driver already does that. Add Exynos850 dwc3 compatible string to enable support for this chip. Signed-off-by: Sam Protsenko Reviewed-by: Mattijs Korpershoek Signed-off-by: Minkyu Kang --- diff --git a/drivers/usb/dwc3/dwc3-generic.c b/drivers/usb/dwc3/dwc3-generic.c index 21452ad1569..3cda2b74b7e 100644 --- a/drivers/usb/dwc3/dwc3-generic.c +++ b/drivers/usb/dwc3/dwc3-generic.c @@ -704,6 +704,7 @@ static const struct udevice_id dwc3_glue_ids[] = { { .compatible = "fsl,imx8mp-dwc3", .data = (ulong)&imx8mp_ops }, { .compatible = "fsl,imx8mq-dwc3" }, { .compatible = "intel,tangier-dwc3" }, + { .compatible = "samsung,exynos850-dwusb3" }, { } };