Skip to content

Commit a3d0ba8

Browse files
shifty91davem330
authored andcommitted
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]>
1 parent cb307c2 commit a3d0ba8

File tree

1 file changed

+1
-0
lines changed
  • Documentation/devicetree/bindings/net/dsa

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/net/dsa/b53.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Ethernet switch connected via MDIO to the host, CPU port wired to eth0:
106106

107107
switch0: ethernet-switch@30 {
108108
compatible = "brcm,bcm53125";
109+
reg = <30>;
109110
#address-cells = <1>;
110111
#size-cells = <0>;
111112

0 commit comments

Comments
 (0)