msm: watchdog: set expired enable register
The apq8064 has an extra register that needs to be set to enable
a watchdog bite.
Change-Id: Ic7542ededaace97c03a7b26eb49aa72fb6c86d83
Signed-off-by: Joel King <joelking@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices-8064.c b/arch/arm/mach-msm/devices-8064.c
index f179bdf..f663d1a 100644
--- a/arch/arm/mach-msm/devices-8064.c
+++ b/arch/arm/mach-msm/devices-8064.c
@@ -69,6 +69,7 @@
.pet_time = 10000,
.bark_time = 11000,
.has_secure = true,
+ .needs_expired_enable = true,
};
struct platform_device msm8064_device_watchdog = {