diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/host/xhci-dwc3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-dwc3.c b/drivers/usb/host/xhci-dwc3.c index e3e0ceff43e..8ad07a4b98c 100644 --- a/drivers/usb/host/xhci-dwc3.c +++ b/drivers/usb/host/xhci-dwc3.c @@ -237,6 +237,7 @@ static int xhci_dwc3_remove(struct udevice *dev) } static const struct udevice_id xhci_dwc3_ids[] = { + { .compatible = "apple,t8103-dwc3" }, { .compatible = "snps,dwc3" }, { } }; |
