summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net
diff options
context:
space:
mode:
authorKurt Kanzenbach <kurt@linutronix.de>2020-10-02 09:20:51 +0300
committerDavid S. Miller <davem@davemloft.net>2020-10-03 01:17:35 +0300
commita3d0ba883ce05775d53a4db903bafc09ec3ba182 (patch)
tree083c5a315462c560198ef625c08e865e9d154a83 /Documentation/devicetree/bindings/net
parentcb307c2d845d823da206dcaca80edb71ff9e6bc4 (diff)
downloadlinux-a3d0ba883ce05775d53a4db903bafc09ec3ba182.tar.xz
dt-bindings: net: dsa: b53: Add missing reg property to example
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>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r--Documentation/devicetree/bindings/net/dsa/b53.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/b53.txt b/Documentation/devicetree/bindings/net/dsa/b53.txt
index cfd1afdc6e94..80437b2fc935 100644
--- a/Documentation/devicetree/bindings/net/dsa/b53.txt
+++ b/Documentation/devicetree/bindings/net/dsa/b53.txt
@@ -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>;