From: s.trumtrar@pengutronix.de (Steffen Trumtrar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/4] Documentation: dt: socfpga: add reset-cells property
Date: Tue, 15 Apr 2014 09:56:30 +0200 [thread overview]
Message-ID: <1397548592-6384-2-git-send-email-s.trumtrar@pengutronix.de> (raw)
In-Reply-To: <1397548592-6384-1-git-send-email-s.trumtrar@pengutronix.de>
To be able to use the reset-controller framework, the property
#reset-cells
is mandatory.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt b/Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt
index ecdb57d..32c1c8b 100644
--- a/Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt
+++ b/Documentation/devicetree/bindings/arm/altera/socfpga-reset.txt
@@ -3,9 +3,11 @@ Altera SOCFPGA Reset Manager
Required properties:
- compatible : "altr,rst-mgr"
- reg : Should contain 1 register ranges(address and length)
+- #reset-cells: 1
Example:
rstmgr at ffd05000 {
+ #reset-cells = <1>;
compatible = "altr,rst-mgr";
reg = <0xffd05000 0x1000>;
};
--
1.9.1
next prev parent reply other threads:[~2014-04-15 7:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-15 7:56 [PATCH v3 1/4] reset: add driver for socfpga Steffen Trumtrar
2014-04-15 7:56 ` Steffen Trumtrar [this message]
2014-04-15 7:56 ` [PATCH v3 3/4] Documentation: dt: reset: move socfpga-reset Steffen Trumtrar
2014-04-15 7:56 ` [PATCH v3 4/4] ARM: socfpga: dts: add reset-controller Steffen Trumtrar
2014-04-15 22:54 ` [PATCH v3 1/4] reset: add driver for socfpga Dinh Nguyen
2014-04-16 7:13 ` Steffen Trumtrar
2014-04-15 23:06 ` Dinh Nguyen
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=1397548592-6384-2-git-send-email-s.trumtrar@pengutronix.de \
--to=s.trumtrar@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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).