Commit 9e5f040d authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller

Documentation: broadcom-bcmgenet: fix address and cells properties

This patch fixes a typo in the Device Tree binding for the
leading '#'.
Reported-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 247f0f3c
...@@ -8,8 +8,8 @@ Required properties: ...@@ -8,8 +8,8 @@ Required properties:
interrupt line, while the second cell is the interrupt for the ring interrupt line, while the second cell is the interrupt for the ring
RX and TX queues operating in ring mode RX and TX queues operating in ring mode
- phy-mode: see ethernet.txt file in the same directory - phy-mode: see ethernet.txt file in the same directory
- address-cells: should be 1 - #address-cells: should be 1
- size-cells: should be 1 - #size-cells: should be 1
Optional properties: Optional properties:
- clocks: When provided, must be two phandles to the functional clocks nodes - clocks: When provided, must be two phandles to the functional clocks nodes
...@@ -39,8 +39,8 @@ MDIO bus node required properties: ...@@ -39,8 +39,8 @@ MDIO bus node required properties:
parent node compatible property (e.g: brcm,genet-v4 pairs with parent node compatible property (e.g: brcm,genet-v4 pairs with
brcm,genet-mdio-v4) brcm,genet-mdio-v4)
- reg: address and length relative to the parent node base register address - reg: address and length relative to the parent node base register address
- address-cells: address cell for MDIO bus addressing, should be 1 - #address-cells: address cell for MDIO bus addressing, should be 1
- size-cells: size of the cells for MDIO bus addressing, should be 0 - #size-cells: size of the cells for MDIO bus addressing, should be 0
Ethernet PHY node properties: Ethernet PHY node properties:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment