summaryrefslogtreecommitdiff
path: root/drivers/phy/nop-phy.c
diff options
context:
space:
mode:
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 84aac80623..9f12ebc062 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" },
{ }
};