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: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Vladimir Oltean 2021-10-18 22:29:49 +03:00 committed by David S. Miller
parent 816219a86d
commit 7a414b6e1a

View File

@ -113,6 +113,7 @@ examples:
};
port@3 {
phy-handle = <&rgmii_phy4>;
phy-mode = "rgmii-id";
reg = <3>;
};