From: Kaustabh Chakraborty Date: Thu, 8 Jan 2026 12:33:45 +0000 (+0530) Subject: usb: dwc3-generic: add support for exynos7870 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d9e84fc54b008ab1ad667bef73578b443dda73;p=thirdparty%2Fu-boot.git usb: dwc3-generic: add support for exynos7870 Exynos7870's DWC3 glue layer is quite simple, consisting of a few clocks, which is handled by this driver. Add the compatible string in here. Reviewed-by: Marek Vasut Signed-off-by: Kaustabh Chakraborty --- diff --git a/drivers/usb/dwc3/dwc3-generic.c b/drivers/usb/dwc3/dwc3-generic.c index c15eda19e8f..bb11613a587 100644 --- a/drivers/usb/dwc3/dwc3-generic.c +++ b/drivers/usb/dwc3/dwc3-generic.c @@ -711,6 +711,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,exynos7870-dwusb3" }, { .compatible = "samsung,exynos850-dwusb3" }, { } };