Re: [PATCH] pico-pi-imx7d: Convert to watchdog driver model

2023-12-12 Thread Fabio Estevam
On Thu, Oct 26, 2023 at 6:02 PM Fabio Estevam wrote: > > From: Fabio Estevam > > 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 pref

[PATCH] pico-pi-imx7d: Convert to watchdog driver model

2023-10-26 Thread Fabio Estevam
From: Fabio Estevam 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: