]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/dwc3-of-simple.c
usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.
[u-boot] / drivers / usb / host / dwc3-of-simple.c
index 54a5f60b52809118ead24c8abbf59d322e19f467..abc3928f8bdd30fbd5f40d65a9477707fc38274b 100644 (file)
@@ -95,6 +95,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 = "ti,dwc3" },
        { }
 };