From 4af897fa9992e5648d01fcff19d2c6d86a5143c9 Mon Sep 17 00:00:00 2001 From: Christophe Leroy Date: Sat, 30 Nov 2013 16:45:40 +0100 Subject: [PATCH] watchdog: mpc8xxx_wdt: MPC8xx is HW enabled MPC8xx watchdog is enabled at startup by HW. If the bootloader disables it, it cannot be reenabled. Signed-off-by: Christophe Leroy Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- drivers/watchdog/mpc8xxx_wdt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/watchdog/mpc8xxx_wdt.c b/drivers/watchdog/mpc8xxx_wdt.c index c1f65b4..7831955 100644 --- a/drivers/watchdog/mpc8xxx_wdt.c +++ b/drivers/watchdog/mpc8xxx_wdt.c @@ -237,6 +237,7 @@ static const struct of_device_id mpc8xxx_wdt_match[] = { .compatible = "fsl,mpc823-wdt", .data = &(struct mpc8xxx_wdt_type) { .prescaler = 0x800, + .hw_enabled = true, }, }, {}, -- 2.7.4