commit | 43bf6a692f7af8782fdc6f6c21cb4e8356b75435 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Thu Oct 26 18:01:53 2023 -0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 12 16:33:57 2023 -0500 |
tree | 4d2fea7a45bc6da75e974a5a6ce6fe697af6d805 | |
parent | e0dfb3417348d68a0f6032ce45d6e33015bd292c [diff] |
pico-pi-imx7d: 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@denx.de>