Commit 7a414b6e authored by Vladimir Oltean's avatar Vladimir Oltean Committed by David S. Miller

dt-bindings: net: dsa: sja1105: fix example so all ports have a phy-handle of fixed-link

All ports require either a phy-handle or a fixed-link, and port 3 in the
example didn't have one. Add it.
Signed-off-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 816219a8
......@@ -113,6 +113,7 @@ examples:
};
port@3 {
phy-handle = <&rgmii_phy4>;
phy-mode = "rgmii-id";
reg = <3>;
};
......
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