commit | abf83654f2b291cab464dd4c0a283eb4e1230143 | [log] [tgz] |
---|---|---|
author | Yang Xiwen <forbidden405@foxmail.com> | Tue Mar 12 21:52:23 2024 +0800 |
committer | Yang Xiwen <forbidden405@foxmail.com> | Wed Aug 28 08:34:48 2024 +0200 |
tree | d6c8f084104bb1d8d9e775f92aa9d5dc6dab38da | |
parent | e59d36a23aec7094a8014ac439f900615a737b51 [diff] |
fix(poplar): use sysctrl module to reset Use sysctrl module rather than watchdog0 to reset the entire system. Sysctrl is more reliable and requires less resources such as clocks and resets. Doing this also allows non-secure OS to use the watchdog. Change-Id: I30ac2780cc70055d81b35e55e35c9cb7f58b40cc Signed-off-by: Yang Xiwen <forbidden405@foxmail.com>