From 75977811169d779c039da38e63a1cac4e0cd1693 Mon Sep 17 00:00:00 2001
From: Ed Tam <etam@google.com>
Date: Wed, 11 Mar 2015 15:54:55 -0700
Subject: [PATCH] Increase watchdog bark timeout to 45s

Bug: 11324320
---
 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 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,
-- 
GitLab