usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"
[oweals/u-boot.git] / drivers / usb / dwc3 / dwc3-generic.c
index bc6bba198e9ae6571d6aa16511bd14828770cbdf..0c189b81ff1bdf2953f679817d45cb0f0a2dc74d 100644 (file)
@@ -342,6 +342,7 @@ static int dwc3_glue_remove(struct udevice *dev)
 
 static const struct udevice_id dwc3_glue_ids[] = {
        { .compatible = "xlnx,zynqmp-dwc3" },
+       { .compatible = "ti,keystone-dwc3"},
        { .compatible = "ti,dwc3", .data = (ulong)&ti_ops },
        { }
 };