aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@altera.com>2014-03-26 22:45:12 -0500
committerArnd Bergmann <arnd@arndb.de>2014-03-29 01:12:08 +0100
commit50b4af414d414af9e4df6f64e613bb0ffe581055 (patch)
tree574fef181f2cb3abecdcffa0949f2a142ee70310 /Documentation/devicetree/bindings/net
parentdts: socfpga: Add DTS entry for adding the stmmac glue layer for stmmac. (diff)
downloadlinux-dev-50b4af414d414af9e4df6f64e613bb0ffe581055.tar.xz
linux-dev-50b4af414d414af9e4df6f64e613bb0ffe581055.zip
dts: stmmac: Document the clocks property in the stmmac base document
Add the clocks and clock-names property to the base stmmac dts bindings document. Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r--Documentation/devicetree/bindings/net/stmmac.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt
index 9d92d42140f2..9a0c1b7bee29 100644
--- a/Documentation/devicetree/bindings/net/stmmac.txt
+++ b/Documentation/devicetree/bindings/net/stmmac.txt
@@ -34,6 +34,10 @@ Optional properties:
reset phandle is given
- max-frame-size: Maximum Transfer Unit (IEEE defined MTU), rather
than the maximum frame size.
+- clocks: If present, the first clock should be the GMAC main clock,
+ further clocks may be specified in derived bindings.
+- clocks-names: One name for each entry in the clocks property, the
+ first one should be "stmmaceth".
Examples:
@@ -46,4 +50,6 @@ Examples:
mac-address = [000000000000]; /* Filled in by U-Boot */
max-frame-size = <3800>;
phy-mode = "gmii";
+ clocks = <&clock>;
+ clock-names = "stmmaceth">;
};