diff options
-rw-r--r-- | Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt b/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt index 88fb9584d198..f2febb94550e 100644 --- a/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt +++ b/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt | |||
@@ -8,8 +8,8 @@ Required properties: | |||
8 | interrupt line, while the second cell is the interrupt for the ring | 8 | interrupt line, while the second cell is the interrupt for the ring |
9 | RX and TX queues operating in ring mode | 9 | RX and TX queues operating in ring mode |
10 | - phy-mode: see ethernet.txt file in the same directory | 10 | - phy-mode: see ethernet.txt file in the same directory |
11 | - address-cells: should be 1 | 11 | - #address-cells: should be 1 |
12 | - size-cells: should be 1 | 12 | - #size-cells: should be 1 |
13 | 13 | ||
14 | Optional properties: | 14 | Optional properties: |
15 | - clocks: When provided, must be two phandles to the functional clocks nodes | 15 | - clocks: When provided, must be two phandles to the functional clocks nodes |
@@ -39,8 +39,8 @@ MDIO bus node required properties: | |||
39 | parent node compatible property (e.g: brcm,genet-v4 pairs with | 39 | parent node compatible property (e.g: brcm,genet-v4 pairs with |
40 | brcm,genet-mdio-v4) | 40 | brcm,genet-mdio-v4) |
41 | - reg: address and length relative to the parent node base register address | 41 | - reg: address and length relative to the parent node base register address |
42 | - address-cells: address cell for MDIO bus addressing, should be 1 | 42 | - #address-cells: address cell for MDIO bus addressing, should be 1 |
43 | - size-cells: size of the cells for MDIO bus addressing, should be 0 | 43 | - #size-cells: size of the cells for MDIO bus addressing, should be 0 |
44 | 44 | ||
45 | Ethernet PHY node properties: | 45 | Ethernet PHY node properties: |
46 | 46 | ||