On 12/16/25 6:08 PM, Kaustabh Chakraborty wrote:
On 2025-12-16 11:13, Marek Vasut wrote:
On 10/17/25 5:30 PM, Kaustabh Chakraborty wrote:
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 
1967594f48ab40963463e6f17ed58ec45ce5867c..622847a9daf8e3c5cba4e4a9414b50e8a050df55
 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" },
Please keep the list sorted.

This is... already sorted?

Sorry, you're right.

Reply via email to