diff options
author | Kurt Kanzenbach <[email protected]> | 2020-10-02 08:20:51 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-10-02 15:17:35 -0700 |
commit | a3d0ba883ce05775d53a4db903bafc09ec3ba182 (patch) | |
tree | 083c5a315462c560198ef625c08e865e9d154a83 | |
parent | cb307c2d845d823da206dcaca80edb71ff9e6bc4 (diff) |
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 <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-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>; |