summaryrefslogtreecommitdiff
path: root/drivers/watchdog/marvell_gti_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/marvell_gti_wdt.c')
-rw-r--r--drivers/watchdog/marvell_gti_wdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/marvell_gti_wdt.c b/drivers/watchdog/marvell_gti_wdt.c
index e8e95c4a6a54..098bb141a521 100644
--- a/drivers/watchdog/marvell_gti_wdt.c
+++ b/drivers/watchdog/marvell_gti_wdt.c
@@ -299,6 +299,7 @@ static int gti_wdt_probe(struct platform_device *pdev)
/* Maximum timeout is 3 times the pretimeout */
wdog_dev->max_timeout = max_pretimeout * 3;
+ wdog_dev->max_hw_heartbeat_ms = max_pretimeout * 1000;
/* Minimum first timeout (pretimeout) is 1, so min_timeout as 3 */
wdog_dev->min_timeout = 3;
wdog_dev->timeout = wdog_dev->pretimeout;