commit | d6e4ed12afae3543984b3c0e3a5c954aff235429 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Fri Jan 19 14:25:33 2024 -0300 |
committer | Fabio Estevam <festevam@gmail.com> | Mon Jan 22 08:39:27 2024 -0300 |
tree | a5559a8cb1265054e1bc334f02dab4d3af0a1719 | |
parent | ed097989b2cb5dedbd2f7ec93340a568d5585ada [diff] |
wandboard: 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>