From 8be2103eb800626c263b85064bb5d2af6f8fdec2 Mon Sep 17 00:00:00 2001 From: Vladimir Oltean Date: Mon, 18 Oct 2021 22:29:49 +0300 Subject: 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 Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller (cherry picked from commit 7a414b6e1a1c799fa74451db3a84c686b727bd7e) Signed-off-by: Vladimir Oltean --- Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation/devicetree/bindings/net') diff --git a/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml b/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml index f978f8719d8e..f97a22772e6f 100644 --- a/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml +++ b/Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml @@ -113,6 +113,7 @@ examples: }; port@3 { + phy-handle = <&rgmii_phy4>; phy-mode = "rgmii-id"; reg = <3>; }; -- cgit v1.2.3