Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

William Breathitt Gray and committed by
Wim Van Sebroeck
ae67643e 12fe36e2

+4
+4
Documentation/watchdog/watchdog-parameters.txt
··· 86 86 davinci_wdt: 87 87 heartbeat: Watchdog heartbeat period in seconds from 1 to 600, default 60 88 88 ------------------------------------------------- 89 + ebc-c384_wdt: 90 + timeout: Watchdog timeout in seconds. (1<=timeout<=15300, default=60) 91 + nowayout: Watchdog cannot be stopped once started 92 + ------------------------------------------------- 89 93 ep93xx_wdt: 90 94 nowayout: Watchdog cannot be stopped once started 91 95 timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=TBD)