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.

Signed-off-by: Kaustabh Chakraborty <[email protected]>
---
 drivers/usb/dwc3/dwc3-generic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/dwc3/dwc3-generic.c b/drivers/usb/dwc3/dwc3-generic.c
index 1967594f48a..622847a9daf 100644
--- a/drivers/usb/dwc3/dwc3-generic.c
+++ b/drivers/usb/dwc3/dwc3-generic.c
@@ -710,6 +710,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" },
        { }
 };

-- 
2.52.0

Reply via email to