commit | ea046cfebee385d36f75a211cd0539481f7624d6 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Wed Mar 27 10:46:51 2024 -0300 |
committer | Fabio Estevam <festevam@gmail.com> | Sat Mar 30 09:49:34 2024 -0300 |
tree | a552e3315d178df0e2ee4a67ac9ad07626c89e4a | |
parent | 3339d071a2b597f7f5c6a5412623a34c843281fe [diff] |
warp7: Convert to watchdog driver model Commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()") caused the 'reset' command in U-Boot to not cause a board reset. Fix it by switching to the watchdog driver model via sysreset, which is the preferred method for implementing the watchdog reset. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>