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 <christophe.leroy@c-s.fr> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
Родитель
455c6fdbd2
Коммит
4af897fa99
|
@ -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,
|
||||
},
|
||||
},
|
||||
{},
|
||||
|
|
Загрузка…
Ссылка в новой задаче