diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2018-09-24 13:06:53 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2018-10-13 15:19:40 +0200 |
commit | cd69606ad05e1d6a930e2d29ac277c00108ef908 (patch) | |
tree | 5d95bc4afae3780244bd001c57e6f805675637a0 /Documentation/watchdog | |
parent | 8562205592a69dd8817f9ff361fc0ffc55f5e9fe (diff) |
documentation: watchdog: add documentation for armada-37xx-wdt
Add documentation for the kernel module parameters accepted by
armada-37xx-wdt.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'Documentation/watchdog')
-rw-r--r-- | Documentation/watchdog/watchdog-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt index 6d6200ea27b8..0b88e333f9e1 100644 --- a/Documentation/watchdog/watchdog-parameters.txt +++ b/Documentation/watchdog/watchdog-parameters.txt @@ -40,6 +40,11 @@ margin: Watchdog margin in seconds (default=60) nowayout: Disable watchdog shutdown on close (default=kernel config parameter) ------------------------------------------------- +armada_37xx_wdt: +timeout: Watchdog timeout in seconds. (default=120) +nowayout: Disable watchdog shutdown on close + (default=kernel config parameter) +------------------------------------------------- at91rm9200_wdt: wdt_time: Watchdog time in seconds. (default=5) nowayout: Watchdog cannot be stopped once started |