Commit 1cce2b71 authored by Andrew Lunn's avatar Andrew Lunn Committed by Shawn Guo

arm64: dts: freescale: ZII: Add missing phy-mode

The DSA framework has got more picky about always having a phy-mode
for the CPU port. The imx8mq Ethernet is being configured to RMII. Set
the switch phy-mode based on this.

Additionally, the cpu label has never actually been used in the
binding, so remove it.
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Reviewed-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ac9a7868
...@@ -177,7 +177,7 @@ port@1 { ...@@ -177,7 +177,7 @@ port@1 {
port@2 { port@2 {
reg = <2>; reg = <2>;
label = "cpu"; phy-mode = "rev-rmii";
ethernet = <&fec1>; ethernet = <&fec1>;
fixed-link { fixed-link {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment