summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/watchdog/dw_wdt.txt
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2017-05-22 10:51:38 +0200
committerWim Van Sebroeck <wim@iguana.be>2017-07-03 10:52:01 +0200
commitd9c033a1343d91fb1c1eebe66823673c60b91915 (patch)
tree51df77b0ee0a2a3fc1c219cdda7489673dcda4ef /Documentation/devicetree/bindings/watchdog/dw_wdt.txt
parent3a9aedb282acf1499a31834c457335e4535e4a1d (diff)
watchdog: bindings: dw_wdt: add reset lines
Document the reset lines holding the watchdog core in reset. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: linux-watchdog@vger.kernel.org Cc: devicetree@vger.kernel.org Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/dw_wdt.txt')
-rw-r--r--Documentation/devicetree/bindings/watchdog/dw_wdt.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/dw_wdt.txt b/Documentation/devicetree/bindings/watchdog/dw_wdt.txt
index 08e16f684f2d..eb0914420c7c 100644
--- a/Documentation/devicetree/bindings/watchdog/dw_wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/dw_wdt.txt
@@ -10,6 +10,8 @@ Required Properties:
Optional Properties:
- interrupts : The interrupt used for the watchdog timeout warning.
+- resets : phandle pointing to the system reset controller with
+ line index for the watchdog.
Example:
@@ -18,4 +20,5 @@ Example:
reg = <0xffd02000 0x1000>;
interrupts = <0 171 4>;
clocks = <&per_base_clk>;
+ resets = <&rst WDT0_RESET>;
};