[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170714203218.14409-7-sebastien.bourdelin@savoirfairelinux.com>
Date: Fri, 14 Jul 2017 16:32:16 -0400
From: Sebastien Bourdelin <sebastien.bourdelin@...oirfairelinux.com>
To: linux-kernel@...r.kernel.org, linux-watchdog@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
kernel@...oirfairelinux.com, robh@...nel.org, linux@...ck-us.net,
linus.walleij@...aro.org, shawnguo@...nel.org
Cc: fabio.estevam@....com, mark@...eddedarm.com, kris@...eddedarm.com,
Sebastien Bourdelin <sebastien.bourdelin@...oirfairelinux.com>
Subject: [PATCH v5 6/8] dt-bindings: watchdog: add documentation for TS4600 watchdog controller
This patch adds dt-binding documentation for TS4600 watchdog controller.
Acked-by: Rob Herring <robh@...nel.org>
Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@...oirfairelinux.com>
---
Changes v4 -> v5:
- fix missing signed off
v4:
- this documentation was previously merged with the watchdog driver
and had been acked by Rob Herring, no changes have been done since.
---
.../devicetree/bindings/watchdog/ts4600-wdt.txt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/ts4600-wdt.txt
diff --git a/Documentation/devicetree/bindings/watchdog/ts4600-wdt.txt b/Documentation/devicetree/bindings/watchdog/ts4600-wdt.txt
new file mode 100644
index 000000000000..7de00ceae341
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/ts4600-wdt.txt
@@ -0,0 +1,16 @@
+TS-4600 Technologic Systems Watchdog
+
+Required properties:
+- compatible: must be "technologic,ts4600-wdt"
+- reg: offset to the FPGA's watchdog register
+
+Optional property:
+- timeout-sec: contains the watchdog timeout in seconds.
+
+Example:
+
+watchdog {
+ compatible = "technologic,ts4600-wdt";
+ reg = <0x2a>;
+ timeout-sec = <10>;
+};
--
2.13.0
Powered by blists - more mailing lists