From: carlo@caione.org (Carlo Caione)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 1/4] ARM: docs: add documentation binding for meson watchdog
Date: Sat, 20 Sep 2014 19:06:49 +0200 [thread overview]
Message-ID: <1411232812-11594-2-git-send-email-carlo@caione.org> (raw)
In-Reply-To: <1411232812-11594-1-git-send-email-carlo@caione.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Carlo Caione <carlo@caione.org>
---
Documentation/devicetree/bindings/watchdog/meson6-wdt.txt | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
diff --git a/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
new file mode 100644
index 0000000..9200fc2
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
@@ -0,0 +1,13 @@
+Meson SoCs Watchdog timer
+
+Required properties:
+
+- compatible : should be "amlogic,meson6-wdt"
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+wdt: watchdog at c1109900 {
+ compatible = "amlogic,meson6-wdt";
+ reg = <0xc1109900 0x8>;
+};
--
1.9.1
next prev parent reply other threads:[~2014-09-20 17:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-20 17:06 [PATCH v4 0/4] ARM: meson: watchdog driver Carlo Caione
2014-09-20 17:06 ` Carlo Caione [this message]
2014-09-20 17:06 ` [PATCH v4 2/4] ARM: meson: add " Carlo Caione
2014-09-20 17:06 ` [PATCH v4 3/4] ARM: DTS: meson: update DTSI to add watchdog node Carlo Caione
2014-09-26 8:04 ` Carlo Caione
2014-09-26 9:16 ` Arnd Bergmann
2014-09-26 9:26 ` Carlo Caione
2014-09-29 10:43 ` Carlo Caione
2014-09-20 17:06 ` [PATCH v4 4/4] ARM: defconfig: update multi_v7_defconfig Carlo Caione
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=1411232812-11594-2-git-send-email-carlo@caione.org \
--to=carlo@caione.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