From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] power: reset: st: Provide DT bindings for ST's Power Reset driver
Date: Tue, 22 Jul 2014 15:52:29 +0100 [thread overview]
Message-ID: <1406040752-25229-3-git-send-email-lee.jones@linaro.org> (raw)
In-Reply-To: <1406040752-25229-1-git-send-email-lee.jones@linaro.org>
Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
Documentation/devicetree/bindings/power/reset/st-reset.txt | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 Documentation/devicetree/bindings/power/reset/st-reset.txt
diff --git a/Documentation/devicetree/bindings/power/reset/st-reset.txt b/Documentation/devicetree/bindings/power/reset/st-reset.txt
new file mode 100644
index 0000000..809af54
--- /dev/null
+++ b/Documentation/devicetree/bindings/power/reset/st-reset.txt
@@ -0,0 +1,11 @@
+*Device-Tree bindings for ST SW reset functionality
+
+Required properties:
+- compatible: should be "st,<chip>-restart".
+- st,syscfg: should be a phandle of the syscfg node.
+
+Example node:
+ restart {
+ compatible = "st,stih416-restart";
+ st,syscfg = <&syscfg_sbc>;
+ };
--
1.8.3.2
next prev parent reply other threads:[~2014-07-22 14:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-22 14:52 [PATCH 0/5] power: reset: Add support for ST's boards Lee Jones
2014-07-22 14:52 ` [PATCH 1/5] power: reset: Add restart functionality for STiH41x platforms Lee Jones
2014-09-26 9:56 ` Lee Jones
2014-09-26 15:56 ` Sebastian Reichel
2014-07-22 14:52 ` Lee Jones [this message]
2014-09-26 15:57 ` [PATCH 2/5] power: reset: st: Provide DT bindings for ST's Power Reset driver Sebastian Reichel
2014-07-22 14:52 ` [PATCH 3/5] ARM: sti: Add Restart support for the STiH417 (Cannes) board Lee Jones
2014-07-22 14:52 ` [PATCH 4/5] ARM: sti: Add Restart support for the STiH416 (Orly2) board Lee Jones
2014-07-22 14:52 ` [PATCH 5/5] ARM: multi_v7_defconfig: Enable ST's Power Reset driver Lee Jones
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=1406040752-25229-3-git-send-email-lee.jones@linaro.org \
--to=lee.jones@linaro.org \
--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).