From 14d9e84fc54b008ab1ad667bef73578b443dda73 Mon Sep 17 00:00:00 2001 From: Kaustabh Chakraborty Date: Thu, 8 Jan 2026 18:03:45 +0530 Subject: [PATCH] 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 --- drivers/usb/dwc3/dwc3-generic.c | 1 + 1 file changed, 1 insertion(+) 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" }, { } };