diff options
author | Andrew Lunn <andrew@lunn.ch> | 2023-04-08 17:27:59 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-05-13 05:25:43 +0200 |
commit | 5c9347e80b0ab2da6f1d5ec174378af40b25b3e6 (patch) | |
tree | 466fb5129cc6043b06c6160a57dbf7dc27ffceed /arch/arm/boot/dts/imx51-zii-scu3-esb.dts | |
parent | ARM: dts: imx28-cfa: Replace deprecated spi-gpio properties (diff) | |
download | linux-5c9347e80b0ab2da6f1d5ec174378af40b25b3e6.tar.xz linux-5c9347e80b0ab2da6f1d5ec174378af40b25b3e6.zip |
ARM: dts: imx51: ZII: Add missing phy-mode
The DSA framework has got more picky about always having a phy-mode
for the CPU port. The imx51 Ethernet supports MII, and RMII. Set the
switch phy-mode based on how the SoC Ethernet port has been
configured.
Additionally, the cpu label has never actually been used in the
binding, so remove it.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-zii-scu3-esb.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-zii-scu3-esb.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51-zii-scu3-esb.dts b/arch/arm/boot/dts/imx51-zii-scu3-esb.dts index 9f857eb44bf7..19a3b142c964 100644 --- a/arch/arm/boot/dts/imx51-zii-scu3-esb.dts +++ b/arch/arm/boot/dts/imx51-zii-scu3-esb.dts @@ -267,7 +267,6 @@ port@6 { reg = <6>; - label = "cpu"; phy-mode = "mii"; ethernet = <&fec>; |