diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2014-02-14 18:21:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-17 00:27:44 -0500 |
commit | d94b27c8b65c22c92350629e04266a41774c1fe2 (patch) | |
tree | 1b9a0dff24e750e320c77f6fd273feb7846700d9 /Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt | |
parent | a11607f5a145818e097c64c72c839bcf6907e110 (diff) |
Documentation: broadcom-bcmgenet: add better clocks documentation
Document the required "clocks" phandles and their corresponding
"clock-names" properties for the two clocks used by the GENET hardware
block ("enet" and "enet-wol").
CC: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt b/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt index afd31f97b00c..88c3d0478f7d 100644 --- a/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt +++ b/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt | |||
@@ -14,8 +14,11 @@ Required properties: | |||
14 | - size-cells: should be 1 | 14 | - size-cells: should be 1 |
15 | 15 | ||
16 | Optional properties: | 16 | Optional properties: |
17 | - clocks: When provided, must be two cells, first one is the main GENET clock | 17 | - clocks: When provided, must be two phandles to the functional clocks nodes |
18 | and the second cell is the Genet Wake-on-LAN clock. | 18 | of the GENET block. The first phandle is the main GENET clock used during |
19 | normal operation, while the second phandle is the Wake-on-LAN clock. | ||
20 | - clock-names: When provided, names of the functional clock phandles, first | ||
21 | name should be "enet" and second should be "enet-wol". | ||
19 | 22 | ||
20 | - phy-handle: A phandle to a phy node defining the PHY address (as the reg | 23 | - phy-handle: A phandle to a phy node defining the PHY address (as the reg |
21 | property, a single integer), used to describe configurations where a PHY | 24 | property, a single integer), used to describe configurations where a PHY |