]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
usb: dwc3-generic: add support for exynos7870
authorKaustabh Chakraborty <kauschluss@disroot.org>
Thu, 8 Jan 2026 12:33:45 +0000 (18:03 +0530)
committerMarek Vasut <marek.vasut+usb@mailbox.org>
Thu, 8 Jan 2026 14:13:19 +0000 (15:13 +0100)
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 <marek.vasut@mailbox.org>
Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
drivers/usb/dwc3/dwc3-generic.c

index c15eda19e8fbcf615fac2702bde02587e785db1e..bb11613a58759f122228b0b511c5b4c7cf99df73 100644 (file)
@@ -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" },
        { }
 };