watchdog: Add tegra watchdog
authorAndrew Chew <achew@nvidia.com>
Fri, 14 Feb 2014 20:03:05 +0000 (12:03 -0800)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 31 Mar 2014 11:30:29 +0000 (13:30 +0200)
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>

No differences found