diff mbox series

[net-next,3/6] dt-bindings: net: dsa: sja1105: fix example so all ports have a phy-handle of fixed-link

Message ID 20211013222313.3767605-4-vladimir.oltean@nxp.com
State Superseded, archived
Headers show
Series New RGMII delay DT bindings for the SJA1105 DSA driver | expand

Checks

Context Check Description
robh/checkpatch success
robh/dt-meta-schema success
robh/dtbs-check success

Commit Message

Vladimir Oltean Oct. 13, 2021, 10:23 p.m. UTC
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(+)

Comments

Florian Fainelli Oct. 15, 2021, 4:51 p.m. UTC | #1
On 10/13/21 3:23 PM, Vladimir Oltean wrote:
> 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>
diff mbox series

Patch

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>;
                             };