Messages in this thread Patch in this message |  | | From | Vladimir Oltean <> | Subject | [PATCH net-next 1/4] dt-bindings: net: dsa: sja1105: fix example so all ports have a phy-handle of fixed-link | Date | Mon, 18 Oct 2021 22:29:49 +0300 |
| |
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> --- Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml | 1 + 1 file changed, 1 insertion(+)
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>; }; -- 2.25.1
|  |