diff options
| author | Sam Protsenko <[email protected]> | 2025-08-06 17:27:01 -0500 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2025-09-01 16:37:12 +0900 |
| commit | 3b36c242eb338f19c4436f5deba66a65ee85071d (patch) | |
| tree | 6b546f07cedc48ef9112b0fd7d0757a10ceaa2bc /drivers | |
| parent | c901732558fbee5b798bb7a065f7832d3a6bbc84 (diff) | |
usb: host: dwc3-of-simple: Add exynos850 compatible
Enable support for Exynos850 SoC in DWC3 host glue layer driver.
Signed-off-by: Sam Protsenko <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/host/dwc3-of-simple.c | 1 |
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" }, { } }; |
