summaryrefslogtreecommitdiff
path: root/drivers/phy/nop-phy.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-18 08:46:58 -0400
committerTom Rini <trini@konsulko.com>2021-04-18 08:46:58 -0400
commitc6ae5e9869cf7a9fbf1c9cec5aaa3fd5b8def670 (patch)
tree8e2c23a2a0d6b1fee0c86a6202ce1ec8d65b2be7 /drivers/phy/nop-phy.c
parent2fbc804715b7de41e5b378a7f61adc760c7836a1 (diff)
parentd08cdc223db1023ebb8c03d6341fdf45b303700c (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
This is a patchset which makes away with the .bind() controller indexing workaround which was broken since before v2021.04, and then adds PHY support and MX8M support on top of that. Better add it into the release early to get as much testing as possible done, because this really does a lot of changes to the ehci-mx6 driver.
Diffstat (limited to 'drivers/phy/nop-phy.c')
-rw-r--r--drivers/phy/nop-phy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/nop-phy.c b/drivers/phy/nop-phy.c
index 84aac806230..9f12ebc0624 100644
--- a/drivers/phy/nop-phy.c
+++ b/drivers/phy/nop-phy.c
@@ -43,6 +43,7 @@ static int nop_phy_probe(struct udevice *dev)
static const struct udevice_id nop_phy_ids[] = {
{ .compatible = "nop-phy" },
+ { .compatible = "usb-nop-xceiv" },
{ }
};