]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
usb: dwc3-generic: Add Exynos850 support
authorSam Protsenko <semen.protsenko@linaro.org>
Wed, 9 Jul 2025 22:29:19 +0000 (17:29 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 25 Jul 2025 01:17:21 +0000 (10:17 +0900)
The only thing needed from DWC3 glue layer for Exynos850 is to enable
USB clocks. The generic glue layer driver already does that. Add
Exynos850 dwc3 compatible string to enable support for this chip.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/usb/dwc3/dwc3-generic.c

index 21452ad15693fa62c49bffa37f175905f5f29a54..3cda2b74b7e3327408d6b53a4acd381279adb90c 100644 (file)
@@ -704,6 +704,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,exynos850-dwusb3" },
        { }
 };