From: Lars Poeschel <[email protected]>
The omap_wdt kernel driver also understands the nowayout module
parameter. This updates the watchdog-parameters.txt to reflect this fact.
Signed-off-by: Lars Poeschel <[email protected]>
---
Documentation/watchdog/watchdog-parameters.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt
index 692791c..74252c4 100644
--- a/Documentation/watchdog/watchdog-parameters.txt
+++ b/Documentation/watchdog/watchdog-parameters.txt
@@ -208,6 +208,8 @@ nowayout: Watchdog cannot be stopped once started
-------------------------------------------------
omap_wdt:
timer_margin: initial watchdog timeout (in seconds)
+nowayout: Watchdog cannot be stopped once started
+ (default=kernel config parameter)
-------------------------------------------------
orion_wdt:
heartbeat: Initial watchdog heartbeat in seconds
--
2.1.4
On Wed, Jun 17, 2015 at 11:13:27AM +0200, [email protected] wrote:
> From: Lars Poeschel <[email protected]>
>
> The omap_wdt kernel driver also understands the nowayout module
> parameter. This updates the watchdog-parameters.txt to reflect this fact.
>
> Signed-off-by: Lars Poeschel <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>