diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-04-10 19:24:48 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-11 16:19:37 -0400 |
commit | b8075daf552b37b668618f47d15ce2e2e7a1b258 (patch) | |
tree | 77672436d0eca4e34061ce801b1d500e799c3c45 /Documentation | |
parent | 70181d51209cbcdf9ce2171eac3f3458281d2947 (diff) |
net: mvmdio: add clocks property to binding documentation
Commit 3d604da1e9547c09c9dcc0ee443c306c9ae1a480
("net: mvmdio: get and enable optional clock")
was missing an update of the corresponding device tree binding
documentation. This patch adds the clocks property to mvmdio
binding documentation.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/marvell-orion-mdio.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt b/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt index 052b5f28a624..9417e54c26c0 100644 --- a/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt +++ b/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt | |||
@@ -11,6 +11,7 @@ Required properties: | |||
11 | 11 | ||
12 | Optional properties: | 12 | Optional properties: |
13 | - interrupts: interrupt line number for the SMI error/done interrupt | 13 | - interrupts: interrupt line number for the SMI error/done interrupt |
14 | - clocks: Phandle to the clock control device and gate bit | ||
14 | 15 | ||
15 | The child nodes of the MDIO driver are the individual PHY devices | 16 | The child nodes of the MDIO driver are the individual PHY devices |
16 | connected to this MDIO bus. They must have a "reg" property given the | 17 | connected to this MDIO bus. They must have a "reg" property given the |