From: carlo.caione@gmail.com (Carlo Caione)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/2] ARM: sun4i/sun7i: DT documentation for RTC driver
Date: Wed, 30 Oct 2013 23:38:58 +0100 [thread overview]
Message-ID: <1383172738-8206-2-git-send-email-carlo.caione@gmail.com> (raw)
In-Reply-To: <1383172738-8206-1-git-send-email-carlo.caione@gmail.com>
Add DT documentation for SUNXI RTC driver
Signed-off-by: Carlo Caione <carlo.caione@gmail.com>
---
Documentation/devicetree/bindings/rtc/sunxi-rtc.txt | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rtc/sunxi-rtc.txt
diff --git a/Documentation/devicetree/bindings/rtc/sunxi-rtc.txt b/Documentation/devicetree/bindings/rtc/sunxi-rtc.txt
new file mode 100644
index 0000000..7cb9dbf
--- /dev/null
+++ b/Documentation/devicetree/bindings/rtc/sunxi-rtc.txt
@@ -0,0 +1,17 @@
+* sun4i/sun7i Real Time Clock
+
+RTC controller for the Allwinner A10/A20
+
+Required properties:
+- compatible : Should be "allwinner,sun4i-rtc" or "allwinner,sun7i-a20-rtc"
+- reg: physical base address of the controller and length of memory mapped
+ region.
+- interrupts: IRQ line for the RTC.
+
+Example:
+
+rtc: rtc at 01c20d00 {
+ compatible = "allwinner,sun4i-rtc";
+ reg = <0x01c20d00 0x20>;
+ interrupts = <24>;
+};
--
1.8.4.2
next prev parent reply other threads:[~2013-10-30 22:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-30 22:38 [PATCH v3 1/2] ARM: sun4i/sun7i: RTC driver Carlo Caione
2013-10-30 22:38 ` Carlo Caione [this message]
2013-11-06 14:14 ` [PATCH v3 2/2] ARM: sun4i/sun7i: DT documentation for " Maxime Ripard
2013-11-06 10:01 ` [PATCH v3 1/2] ARM: sun4i/sun7i: " Carlo Caione
2013-11-06 14:13 ` Maxime Ripard
2013-11-06 21:07 ` Carlo Caione
2013-11-08 9:43 ` Maxime Ripard
2013-11-15 22:50 ` Carlo Caione
2013-11-16 8:51 ` Maxime Ripard
2013-11-16 12:58 ` Carlo Caione
2013-11-19 11:28 ` Maxime Ripard
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=1383172738-8206-2-git-send-email-carlo.caione@gmail.com \
--to=carlo.caione@gmail.com \
--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).