Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1687646

[PATCH v4 6/8] dt-bindings: watchdog: add documentation for TS4600 watchdog controller

From Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
Newsgroups linux.kernel
Subject [PATCH v4 6/8] dt-bindings: watchdog: add documentation for TS4600 watchdog controller
Date 2017-07-14 22:20 +0200
Message-ID <u3fea-8p4-17@gated-at.bofh.it> (permalink)
References <u3f4u-8lt-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patch adds dt-binding documentation for TS4600 watchdog controller.

Acked-by: Rob Herring <robh@kernel.org>
---
v4:
  - this documentation was previously merged with the watchdog driver
  and had been acked by Rob Herring, no changes have been done since.
Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
---
 .../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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/8] Add board support for TS-4600 Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:10 +0200
  [PATCH v4 5/8] ARM: dts: TS-4600: add NBUS support Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:20 +0200
  [PATCH v4 6/8] dt-bindings: watchdog: add documentation for TS4600 watchdog controller Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:20 +0200
  [PATCH v4 8/8] ARM: dts: TS-4600: add watchdog support Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:20 +0200
  [PATCH v4 2/8] ARM: dts: TS-4600: add basic device tree Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:20 +0200
  [PATCH v4 7/8] watchdog: TS-4600: add driver for TS-4600 watchdog controller Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> - 2017-07-14 22:20 +0200

csiph-web