diff options
author | Keiji Hayashibara <hayashibara.keiji@socionext.com> | 2017-06-14 03:53:44 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2017-07-03 07:58:55 -0400 |
commit | e7bf02895f06c0603af800c4bfce3ca4ede9147d (patch) | |
tree | 773893c7cac09aefaff992d4e2342616ca26f9db /Documentation/watchdog | |
parent | e75bf0ea77e9778e9a1975eb9b38698babcbde63 (diff) |
watchdog: uniphier: add UniPhier watchdog driver
Add a watchdog driver for Socionext UniPhier series SoC.
Note that the timeout value for this device must be a power
of 2 because of the specification.
Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
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/watchdog')
-rw-r--r-- | Documentation/watchdog/watchdog-parameters.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt index 914518aeb972..b3526365ea8e 100644 --- a/Documentation/watchdog/watchdog-parameters.txt +++ b/Documentation/watchdog/watchdog-parameters.txt | |||
@@ -369,6 +369,12 @@ timeout: Watchdog timeout in seconds. (0<timeout<N, default=60) | |||
369 | nowayout: Watchdog cannot be stopped once started | 369 | nowayout: Watchdog cannot be stopped once started |
370 | (default=kernel config parameter) | 370 | (default=kernel config parameter) |
371 | ------------------------------------------------- | 371 | ------------------------------------------------- |
372 | uniphier_wdt: | ||
373 | timeout: Watchdog timeout in power of two seconds. | ||
374 | (1 <= timeout <= 128, default=64) | ||
375 | nowayout: Watchdog cannot be stopped once started | ||
376 | (default=kernel config parameter) | ||
377 | ------------------------------------------------- | ||
372 | w83627hf_wdt: | 378 | w83627hf_wdt: |
373 | wdt_io: w83627hf/thf WDT io port (default 0x2E) | 379 | wdt_io: w83627hf/thf WDT io port (default 0x2E) |
374 | timeout: Watchdog timeout in seconds. 1 <= timeout <= 255, default=60. | 380 | timeout: Watchdog timeout in seconds. 1 <= timeout <= 255, default=60. |