summaryrefslogtreecommitdiff
path: root/drivers/usb/host/dwc3-of-simple.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-09-05 08:15:16 -0600
committerTom Rini <trini@konsulko.com>2025-09-05 08:15:16 -0600
commit328747974a0620d0996113fe2b3906b06e96de00 (patch)
treec089fcbf3efb7778e22d8cc1c5520d324b7a6be1 /drivers/usb/host/dwc3-of-simple.c
parent76b8edbc732e327d1e56f08c641f51fdefdbff06 (diff)
parent93c3404de9b2320bfd07cd3ce4ab0660f0d39523 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung
- Fix issues reported by smatch - exynos4210-origen cleanups - e850-96 improvements
Diffstat (limited to 'drivers/usb/host/dwc3-of-simple.c')
-rw-r--r--drivers/usb/host/dwc3-of-simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/dwc3-of-simple.c b/drivers/usb/host/dwc3-of-simple.c
index d52e7d22d1a..362178b7900 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" },
{ }
};