[PATCH 01/10] usb: host: dwc3-of-simple: Add exynos850 compatible

Sam Protsenko semen.protsenko at linaro.org
Thu Aug 7 00:27:01 CEST 2025


Enable support for Exynos850 SoC in DWC3 host glue layer driver.

Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
---
 drivers/usb/host/dwc3-of-simple.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/dwc3-of-simple.c b/drivers/usb/host/dwc3-of-simple.c
index d52e7d22d1a7..362178b79004 100644
--- a/drivers/usb/host/dwc3-of-simple.c
+++ b/drivers/usb/host/dwc3-of-simple.c
@@ -91,6 +91,7 @@ static int dwc3_of_simple_remove(struct udevice *dev)
 static const struct udevice_id dwc3_of_simple_ids[] = {
 	{ .compatible = "amlogic,meson-gxl-dwc3" },
 	{ .compatible = "rockchip,rk3399-dwc3" },
+	{ .compatible = "samsung,exynos850-dwusb3" },
 	{ .compatible = "ti,dwc3" },
 	{ }
 };
-- 
2.39.5



More information about the U-Boot mailing list