dt-bindings: net: dsa: b53: Add missing reg property to example
authorKurt Kanzenbach <kurt@linutronix.de>
Fri, 2 Oct 2020 06:20:51 +0000 (08:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Oct 2020 22:17:35 +0000 (15:17 -0700)
The switch has a certain MDIO address and this needs to be specified using the
reg property. Add it to the example.

Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/dsa/b53.txt

index cfd1afdc6e9401b9a0972398231542df6037548c..80437b2fc935593a29c5636104a6cabf0ed0ff81 100644 (file)
@@ -106,6 +106,7 @@ Ethernet switch connected via MDIO to the host, CPU port wired to eth0:
 
                switch0: ethernet-switch@30 {
                        compatible = "brcm,bcm53125";
+                       reg = <30>;
                        #address-cells = <1>;
                        #size-cells = <0>;