commit | 610b53e29bf848b545dd9b0a79b692741ff93807 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Wed Sep 21 03:29:17 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Sep 30 22:01:00 2011 +0200 |
tree | 0dd362b6b809c569c7d558caa063117779f029b9 | |
parent | 419adbfbcba2f818d84eec6ed3f70173a4d67efa [diff] |
MX31: Disable watchdog during low-power modes Turn on the watchdog WDZST bit so that watchdog timer does not count during low power modes. Prior to applying this patch mx31pdk board got watchdog resets because when it booted in the Linux prompt and there was no activity, the system entered into idle mode while watchdog timer was still active. Fix this by disabling watchdog timer during idle mode. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>