phy: nop-phy: Add standard usb-nop-xceiv compat string
authorMarek Vasut <marex@denx.de>
Wed, 31 Mar 2021 09:21:07 +0000 (11:21 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 18 Apr 2021 02:29:35 +0000 (04:29 +0200)
The USB no-op PHY uses "usb-nop-xceiv" compatible string. This driver is
compatible with USB no-op PHY, so add the compatible string.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexey Brodkin <alexey.brodkin@synopsys.com>
Cc: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Jean-Jacques Hiblot <jjhiblot@ti.com>
Cc: Murali Karicheri <m-karicheri2@ti.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Ye Li <ye.li@nxp.com>
Cc: uboot-imx <uboot-imx@nxp.com>
drivers/phy/nop-phy.c

index 84aac80..9f12ebc 100644 (file)
@@ -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" },
        { }
 };