summaryrefslogtreecommitdiff
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorXin Xie <xxie@nvidia.com>2013-02-19 11:21:37 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:00:58 -0700
commit1e092c7050ebf8c51db8191f6a34399a02d08340 (patch)
treedfa013616dacbf2cde240d6cd7719a1fe01e57b8 /drivers/watchdog
parenteeb81888c41ebce8f6822fd241934e582c13a773 (diff)
watchdog: tegra: add tegra11x support
bug 1239979 Change-Id: I4ca7e4682bf2b27254024f9e8236c7e8868b4e73 Signed-off-by: Xin Xie <xxie@nvidia.com> Reviewed-on: http://git-master/r/202740 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/tegra_wdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/tegra_wdt.c b/drivers/watchdog/tegra_wdt.c
index 6306e351f744..79ca4c704037 100644
--- a/drivers/watchdog/tegra_wdt.c
+++ b/drivers/watchdog/tegra_wdt.c
@@ -3,7 +3,7 @@
*
* watchdog driver for NVIDIA tegra internal watchdog
*
- * Copyright (c) 2012, NVIDIA Corporation.
+ * Copyright (c) 2012-2013, NVIDIA Corporation.
*
* based on drivers/watchdog/softdog.c and drivers/watchdog/omap_wdt.c
*
@@ -119,7 +119,7 @@ static irqreturn_t tegra_wdt_interrupt(int irq, void *dev_id)
writel(TIMER_PCR_INTR, wdt->wdt_timer + TIMER_PCR);
return IRQ_HANDLED;
}
-#elif defined(CONFIG_ARCH_TEGRA_3x_SOC)
+#elif defined(CONFIG_ARCH_TEGRA_3x_SOC) || defined(CONFIG_ARCH_TEGRA_11x_SOC)
#define TIMER_PTV 0
#define TIMER_EN (1 << 31)