aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/watchdog
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2016-05-11 08:47:46 -0400
committerWim Van Sebroeck <wim@iguana.be>2016-05-14 12:28:29 -0400
commitae67643edc6edcab41d8d5d35cb796416b253a01 (patch)
treec2f177e8866d9ab63d259eb52bd2181828084c68 /Documentation/watchdog
parent12fe36e2ca0e474a2d7b48ab018d16977f9745a4 (diff)
Documentation: Add ebc-c384_wdt watchdog-parameters.txt entry
The WinSystems EBC-C384 watchdog timer driver supports two module parameters: timeout and nowayout. These parameters should be documented in the watchdog-parameters.txt file. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'Documentation/watchdog')
-rw-r--r--Documentation/watchdog/watchdog-parameters.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt
index c161399a6b5c..a8d364227a77 100644
--- a/Documentation/watchdog/watchdog-parameters.txt
+++ b/Documentation/watchdog/watchdog-parameters.txt
@@ -86,6 +86,10 @@ nowayout: Watchdog cannot be stopped once started
86davinci_wdt: 86davinci_wdt:
87heartbeat: Watchdog heartbeat period in seconds from 1 to 600, default 60 87heartbeat: Watchdog heartbeat period in seconds from 1 to 600, default 60
88------------------------------------------------- 88-------------------------------------------------
89ebc-c384_wdt:
90timeout: Watchdog timeout in seconds. (1<=timeout<=15300, default=60)
91nowayout: Watchdog cannot be stopped once started
92-------------------------------------------------
89ep93xx_wdt: 93ep93xx_wdt:
90nowayout: Watchdog cannot be stopped once started 94nowayout: Watchdog cannot be stopped once started
91timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=TBD) 95timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=TBD)