From: <dinguyen@altera.com>
To: dinh.linux@gmail.com, arnd@arndb.de, davem@davemloft.net,
peppe.cavallaro@st.com
Cc: srinivas.kandagatla@st.com, netdev@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, arm@kernel.org,
robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
devicetree@vger.kernel.org, Dinh Nguyen <dinguyen@altera.com>
Subject: [PATCH 3/3] dts: stmmac: Document the clocks property in the stmmac base document
Date: Wed, 26 Mar 2014 22:45:12 -0500 [thread overview]
Message-ID: <1395891912-26855-4-git-send-email-dinguyen@altera.com> (raw)
In-Reply-To: <1395891912-26855-1-git-send-email-dinguyen@altera.com>
From: Dinh Nguyen <dinguyen@altera.com>
Add the clocks and clock-names property to the base stmmac dts bindings
document.
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
---
Documentation/devicetree/bindings/net/stmmac.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt
index 94604e2..9897fa3 100644
--- a/Documentation/devicetree/bindings/net/stmmac.txt
+++ b/Documentation/devicetree/bindings/net/stmmac.txt
@@ -32,6 +32,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:
@@ -44,4 +48,6 @@ Examples:
mac-address = [000000000000]; /* Filled in by U-Boot */
max-frame-size = <3800>;
phy-mode = "gmii";
+ clocks = <&clock>;
+ clock-names = "stmmaceth">;
};
--
1.7.9.5
next prev parent reply other threads:[~2014-03-27 3:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-27 3:45 [PATCH net-next 0/3] net: stmmac: Add glue layer for socfpga platform dinguyen
2014-03-27 3:45 ` [PATCH net-next 1/3] net: stmmac: Add SOCFPGA glue driver dinguyen
2014-03-28 19:07 ` David Miller
2014-03-27 3:45 ` [PATCH 2/3] dts: socfpga: Add DTS entry for adding the stmmac glue layer for stmmac dinguyen
2014-03-27 3:45 ` dinguyen [this message]
2014-03-29 0:18 ` [PATCH net-next 0/3] net: stmmac: Add glue layer for socfpga platform Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1395891912-26855-4-git-send-email-dinguyen@altera.com \
--to=dinguyen@altera.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=dinh.linux@gmail.com \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=netdev@vger.kernel.org \
--cc=pawel.moll@arm.com \
--cc=peppe.cavallaro@st.com \
--cc=robh+dt@kernel.org \
--cc=srinivas.kandagatla@st.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).