diff options
author | Marek Vasut | 2021-03-31 11:23:36 +0200 |
---|---|---|
committer | Marek Vasut | 2021-04-18 04:29:35 +0200 |
commit | b31e16b32e1e60d5cc0b05d85ca172818148288b (patch) | |
tree | 79f62144bf0d41a0e2ce183d820b25a129e7147b /arch/arc/dts | |
parent | 1220aa9a65f6ff909740a6f0eb54b57ab62b5fee (diff) |
arc: emsdp/iotdk: Use standard compatible string for USB no-op PHY
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>
Diffstat (limited to 'arch/arc/dts')
-rw-r--r-- | arch/arc/dts/iot_devkit.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/dts/iot_devkit.dts b/arch/arc/dts/iot_devkit.dts index c0173fa5ab4..2122827527e 100644 --- a/arch/arc/dts/iot_devkit.dts +++ b/arch/arc/dts/iot_devkit.dts @@ -39,7 +39,7 @@ }; usbphy: phy { - compatible = "nop-phy"; + compatible = "usb-nop-xceiv"; #phy-cells = <0>; }; |