diff options
| author | Marek Vasut <[email protected]> | 2021-03-31 11:24:31 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2021-04-18 04:29:35 +0200 |
| commit | c7eb5d2c2ece7dba9eddba8967a3ffa457936aa7 (patch) | |
| tree | a4e3d5297e57d8fa39a2766c4467e9d0bf8f7c2d | |
| parent | b31e16b32e1e60d5cc0b05d85ca172818148288b (diff) | |
ARM: dts: k2g-evm: Use standard compatible string for USB no-op PHY
The standard compatible string is "usb-nop-xceiv", use it.
Note that keystone-k2g.dtsi already uses the aforementioned
compat string, so this patch can only remove the override.
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/arm/dts/keystone-k2g-evm.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/dts/keystone-k2g-evm.dts b/arch/arm/dts/keystone-k2g-evm.dts index 7c5deef8083..b5b511cbd61 100644 --- a/arch/arm/dts/keystone-k2g-evm.dts +++ b/arch/arm/dts/keystone-k2g-evm.dts @@ -38,7 +38,6 @@ &usb0_phy { status = "okay"; - compatible = "nop-phy"; }; &usb0 { @@ -51,7 +50,6 @@ }; &usb1_phy { - compatible = "nop-phy"; status = "okay"; }; |
