lkml.org 
[lkml]   [2021]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH net-next 3/6] dt-bindings: net: dsa: sja1105: fix example so all ports have a phy-handle of fixed-link
    Date
    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>
    ---
    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
    \
     
     \ /
      Last update: 2021-10-14 00:25    [W:3.453 / U:2.276 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site