From f75bb4f845e25ee682ef05b139e0d9c5a9d23c16 Mon Sep 17 00:00:00 2001 From: Ed Tam <etam@google.com> Date: Wed, 11 Mar 2015 16:41:38 -0700 Subject: [PATCH] Increase watchdog bark timeout to 45s Bug: 18759528 --- arch/arm/mach-msm/devices-8064.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-msm/devices-8064.c b/arch/arm/mach-msm/devices-8064.c index 4bd413846f3f..cb9f0da7f6d1 100644 --- a/arch/arm/mach-msm/devices-8064.c +++ b/arch/arm/mach-msm/devices-8064.c @@ -123,7 +123,7 @@ struct platform_device msm8064_pc_cntr = { static struct msm_watchdog_pdata msm_watchdog_pdata = { .pet_time = 10000, - .bark_time = 11000, + .bark_time = 45000, .has_secure = true, .needs_expired_enable = true, .base = MSM_TMR0_BASE + WDT0_OFFSET, -- GitLab