diff options
| author | Tom Rini <[email protected]> | 2026-01-17 10:33:37 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-17 10:33:37 -0600 |
| commit | feb62582bf2e81189dc397a328f3c127dca817c0 (patch) | |
| tree | 3d911f15a42e866e8975c208669a29804161614d | |
| parent | ff498a3c5efb424accc1d825cc45cede2540ca13 (diff) | |
| parent | 81e8c5315cee83d2599fbc570cf1933cc80e170f (diff) | |
Merge branch 'master' of git://source.denx.de/u-boot-usb
- Add the "apple,t8103-dwc3" compatible to the xhci-dwc3 glue
| -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" }, { } }; |
