diff options
author | Kurt Kanzenbach <kurt@linutronix.de> | 2020-10-02 08:20:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-10-03 00:17:35 +0200 |
commit | a3d0ba883ce05775d53a4db903bafc09ec3ba182 (patch) | |
tree | 083c5a315462c560198ef625c08e865e9d154a83 /Documentation | |
parent | Merge branch 'net-dsa-Improve-dsa_untag_bridge_pvid' (diff) | |
download | linux-a3d0ba883ce05775d53a4db903bafc09ec3ba182.tar.xz linux-a3d0ba883ce05775d53a4db903bafc09ec3ba182.zip |
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')
-rw-r--r-- | Documentation/devicetree/bindings/net/dsa/b53.txt | 1 |
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>; |