From: Geert Uytterhoeven <geert+renesas@glider.be>
To: linux-sh@vger.kernel.org
Subject: [PATCH 1/6] reset: Add renesas,rst DT bindings.
Date: Tue, 01 Sep 2015 15:12:36 +0000 [thread overview]
Message-ID: <1441120361-1232-2-git-send-email-geert+renesas@glider.be> (raw)
Add DT bindings for the Renesas R-Car Reset Controller
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
.../devicetree/bindings/reset/renesas,rst.txt | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 Documentation/devicetree/bindings/reset/renesas,rst.txt
diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.txt b/Documentation/devicetree/bindings/reset/renesas,rst.txt
new file mode 100644
index 0000000000000000..aabf8dc6bce86ffc
--- /dev/null
+++ b/Documentation/devicetree/bindings/reset/renesas,rst.txt
@@ -0,0 +1,28 @@
+DT bindings for the Renesas R-Car Reset Controller
+
+The R-Car Reset Controller provides reset control, and implements the following
+functions:
+ - Register-based reset control for the various CPU cores,
+ - Latching of the levels on mode pins when PRESET# is negated,
+ - Mode monitoring register,
+ - Boot address registers for the various CPU cores.
+
+
+Required properties:
+ - compatible: Should be "renesas,rst-<soctype>", and "syscon".
+ Examples with soctypes are:
+ - "renesas,rst-r8a7790" (R-Car H2)
+ - "renesas,rst-r8a7791" (R-Car M2-W)
+ - "renesas,rst-r8a7792" (R-Car V2H
+ - "renesas,rst-r8a7793" (R-Car M2-N)
+ - "renesas,rst-r8a7794" (R-Car E2)
+ - "renesas,rst-r8a7795" (R-Car H3)
+ - reg: Address start and address range for the device.
+
+
+Example:
+
+ rst: reset-controller@e6160000 {
+ compatible = "renesas,rst-r8a7795", "syscon";
+ reg = <0 0xe6160000 0 0x0200>;
+ };
--
1.9.1
next reply other threads:[~2015-09-01 15:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-01 15:12 Geert Uytterhoeven [this message]
2015-09-02 8:41 ` [PATCH 1/6] reset: Add renesas,rst DT bindings Magnus Damm
2015-09-02 12:40 ` Philipp Zabel
2015-09-02 13:36 ` Geert Uytterhoeven
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=1441120361-1232-2-git-send-email-geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--cc=linux-sh@vger.kernel.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).