Merge branch 'master' of git://source.denx.de/u-boot-usb

- Add the "apple,t8103-dwc3" compatible to the xhci-dwc3 glue
This commit is contained in:
Tom Rini
2026-01-17 10:33:37 -06:00

View File

@@ -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" },
{ }
};