diff options
| author | Marek Vasut <[email protected]> | 2021-03-31 11:23:36 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2021-04-18 04:29:35 +0200 |
| commit | b31e16b32e1e60d5cc0b05d85ca172818148288b (patch) | |
| tree | 79f62144bf0d41a0e2ce183d820b25a129e7147b | |
| 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 <[email protected]>
Cc: Alexey Brodkin <[email protected]>
Cc: Eugeniy Paltsev <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Jean-Jacques Hiblot <[email protected]>
Cc: Murali Karicheri <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Ye Li <[email protected]>
Cc: uboot-imx <[email protected]>
| -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>; }; |
