commit | c1cf5391807640159edcd363ea1cbaf226a56b58 | [log] [tgz] |
---|---|---|
author | Tien Fong Chee <tien.fong.chee@intel.com> | Tue May 07 17:42:27 2019 +0800 |
committer | Marek Vasut <marex@denx.de> | Fri May 10 22:48:10 2019 +0200 |
tree | 50590424a89ff8b448566e3de3794e2087037f6a | |
parent | f4b53b24d04fb223a6d5332c3744b955c462326d [diff] |
ARM: socfpga: Moving the watchdog reset to the for-loop status polling Current watchdog reset is misplaced after for-loop status polling, so this poses a risk that watchdog can't be reset timely if polling taking longer than watchdog timeout. This patch moving the watchdog reset into polling to ensure the watchdog can be reset timely. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>