arc: emsdp/iotdk: Use standard compatible string for USB no-op PHY
authorMarek Vasut <marex@denx.de>
Wed, 31 Mar 2021 09:23:36 +0000 (11:23 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 18 Apr 2021 02:29:35 +0000 (04:29 +0200)
The standard compatible string is "usb-nop-xceiv", use it.

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>
arch/arc/dts/iot_devkit.dts

index c0173fa..2122827 100644 (file)
@@ -39,7 +39,7 @@
        };
 
        usbphy: phy {
-               compatible = "nop-phy";
+               compatible = "usb-nop-xceiv";
                #phy-cells = <0>;
        };