diff options
author | Andrew Chew <achew@nvidia.com> | 2014-02-14 15:03:05 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-03-31 07:30:29 -0400 |
commit | c33a15974c1a326b0034cc2a2e73fac92ae8d001 (patch) | |
tree | a23d366dc8b8cc508c80af2d96c95e941fcf945c /Documentation/watchdog | |
parent | 8d6a140b5f0def8c34d803474780b7b11fe0fab4 (diff) |
watchdog: Add tegra watchdog
Add a driver for the hardware watchdogs in NVIDIA Tegra SoCs (Tegra30 and
later). This driver will configure one watchdog timer that will reset the
system in the case of a watchdog timeout.
This driver binds to the nvidia,tegra30-timer device node and gets its
register base from there.
Signed-off-by: Andrew Chew <achew@nvidia.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
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 f9492fed4104..b39f35596ba2 100644 --- a/Documentation/watchdog/watchdog-parameters.txt +++ b/Documentation/watchdog/watchdog-parameters.txt | |||
@@ -325,6 +325,11 @@ soft_noboot: Softdog action, set to 1 to ignore reboots, 0 to reboot | |||
325 | stmp3xxx_wdt: | 325 | stmp3xxx_wdt: |
326 | heartbeat: Watchdog heartbeat period in seconds from 1 to 4194304, default 19 | 326 | heartbeat: Watchdog heartbeat period in seconds from 1 to 4194304, default 19 |
327 | ------------------------------------------------- | 327 | ------------------------------------------------- |
328 | tegra_wdt: | ||
329 | heartbeat: Watchdog heartbeats in seconds. (default = 120) | ||
330 | nowayout: Watchdog cannot be stopped once started | ||
331 | (default=kernel config parameter) | ||
332 | ------------------------------------------------- | ||
328 | ts72xx_wdt: | 333 | ts72xx_wdt: |
329 | timeout: Watchdog timeout in seconds. (1 <= timeout <= 8, default=8) | 334 | timeout: Watchdog timeout in seconds. (1 <= timeout <= 8, default=8) |
330 | nowayout: Disable watchdog shutdown on close | 335 | nowayout: Disable watchdog shutdown on close |