aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tam <etam@google.com>2015-03-11 15:54:55 -0700
committerPatrick Tjin <pattjin@google.com>2015-03-11 17:15:14 -0700
commit75977811169d779c039da38e63a1cac4e0cd1693 (patch)
tree6e0ddf4ead32235b09bcad985f6f9aeea7615661
parent2e8a93539dd21d5856afdeb599b636b5b42bb473 (diff)
Increase watchdog bark timeout to 45sandroid-5.1.0_r0.10
Bug: 11324320
-rw-r--r--arch/arm/mach-msm/devices-8064.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/devices-8064.c b/arch/arm/mach-msm/devices-8064.c
index 9fa7360bbbae..5bb9f155820a 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 = 14000,
+ .bark_time = 45000,
.has_secure = true,
.needs_expired_enable = true,
.base = MSM_TMR0_BASE + WDT0_OFFSET,