commit | 9343cd132a78899608d3d047ffc98ef181749a76 | [log] [tgz] |
---|---|---|
author | Leo Yan <leo.yan@linaro.org> | Tue Aug 29 14:38:06 2017 +0800 |
committer | Leo Yan <leo.yan@linaro.org> | Tue Aug 29 14:38:06 2017 +0800 |
tree | 9dc9eed0d80b1057fae4bb768e4f6809c130e843 | |
parent | 2c854999152839c3c3b618264840b125727b976f [diff] |
Hikey: enable watchdog reset At the system boot time we need enable watchdog reset, otherwise after the watchdog is timeout it cannot reset the SoC. We need set the bit 0 and bit 16 together, the bit 16 is mask bit so after set bit 16 we have permission to operate bit 0 and bit 0 is watchdog reset enabling bit. Signed-off-by: Leo Yan <leo.yan@linaro.org>