diff options
author | Tom Rini <trini@konsulko.com> | 2021-04-18 08:46:58 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-18 08:46:58 -0400 |
commit | c6ae5e9869cf7a9fbf1c9cec5aaa3fd5b8def670 (patch) | |
tree | 8e2c23a2a0d6b1fee0c86a6202ce1ec8d65b2be7 /drivers/phy/nop-phy.c | |
parent | 2fbc804715b7de41e5b378a7f61adc760c7836a1 (diff) | |
parent | d08cdc223db1023ebb8c03d6341fdf45b303700c (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.c | 1 |
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" }, { } }; |