usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
f187ace80e
commit
1c03ade328
@ -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 },
|
||||
{ }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user