From: Sam Protsenko Date: Wed, 6 Aug 2025 22:27:01 +0000 (-0500) Subject: usb: host: dwc3-of-simple: Add exynos850 compatible X-Git-Tag: v2025.10-rc4~5^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b36c242eb338f19c4436f5deba66a65ee85071d;p=pandora-u-boot.git usb: host: dwc3-of-simple: Add exynos850 compatible Enable support for Exynos850 SoC in DWC3 host glue layer driver. Signed-off-by: Sam Protsenko Reviewed-by: Marek Vasut Signed-off-by: Minkyu Kang --- 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" }, { } };