commit | fb1cdfcec7f630ea9af572caf787352bf223220a | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Wed Feb 21 14:39:30 2024 -0300 |
committer | Fabio Estevam <festevam@denx.de> | Sat Feb 24 16:29:00 2024 -0300 |
tree | 76d8aef27a0168afe967e333fc29a0f48b5a17eb | |
parent | b5faab6a8e7c359f9b19771638bb793902eb8ffa [diff] |
imx53-qsb: 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>