Skip to content

Commit

Permalink
dt-bindings: net: dsa: sja1105: fix example so all ports have a phy-h…
Browse files Browse the repository at this point in the history
…andle 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>
  • Loading branch information
Vladimir Oltean authored and David S. Miller committed Oct 20, 2021
1 parent 816219a commit 7a414b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ examples:
};
port@3 {
phy-handle = <&rgmii_phy4>;
phy-mode = "rgmii-id";
reg = <3>;
};
Expand Down

0 comments on commit 7a414b6

Please sign in to comment.