Re: Regression: i.MX6ULL reset not working

2023-12-28 Thread Fabio Estevam
On Thu, Dec 28, 2023 at 2:23 PM Francesco Dolcini wrote: > Are you sure? After the related kconfig changes you'll have CONFIG_WDT > enabled, and with that the watchdog is started and you need to > periodically refresh it. At the moment the watchdog is not enabled at > boot and it is used only

Re: Regression: i.MX6ULL reset not working

2023-12-28 Thread Francesco Dolcini
On Thu, Dec 28, 2023 at 02:08:33PM -0300, Fabio Estevam wrote: > On Thu, Dec 28, 2023 at 1:46 PM Francesco Dolcini > wrote: > > > With that we would have to enable the watchdog, something that is not > > done today. Any potential downside on doing it? > > I don't see any. > > The watchdog was

Re: Regression: i.MX6ULL reset not working

2023-12-28 Thread Fabio Estevam
On Thu, Dec 28, 2023 at 1:46 PM Francesco Dolcini wrote: > With that we would have to enable the watchdog, something that is not > done today. Any potential downside on doing it? I don't see any. The watchdog was being used originally too, but not via DM.

Re: Regression: i.MX6ULL reset not working

2023-12-28 Thread Francesco Dolcini
On Thu, Dec 28, 2023 at 01:35:31PM -0300, Fabio Estevam wrote: > Hi Francesco, > > On Thu, Dec 28, 2023 at 12:49 PM Francesco Dolcini > wrote: > > > > Hello Marek and all, > > I just tried latest master on colibri-imx6ull-emmc and the reset command > > is broken - it does nothing. > > > > From

Re: Regression: i.MX6ULL reset not working

2023-12-28 Thread Fabio Estevam
Hi Francesco, On Thu, Dec 28, 2023 at 12:49 PM Francesco Dolcini wrote: > > Hello Marek and all, > I just tried latest master on colibri-imx6ull-emmc and the reset command > is broken - it does nothing. > > From a bisect the issue was introduced with commit 68dcbdd594d4 ("ARM: > imx: Add weak

Re: Regression: i.MX6ULL reset not working

2023-12-28 Thread Francesco Dolcini
On Thu, Dec 28, 2023 at 04:49:33PM +0100, Francesco Dolcini wrote: > Hello Marek and all, > I just tried latest master on colibri-imx6ull-emmc and the reset command > is broken - it does nothing. > > >From a bisect the issue was introduced with commit 68dcbdd594d4 ("ARM: > imx: Add weak default

Regression: i.MX6ULL reset not working

2023-12-28 Thread Francesco Dolcini
Hello Marek and all, I just tried latest master on colibri-imx6ull-emmc and the reset command is broken - it does nothing. >From a bisect the issue was introduced with commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()"), U-Boot releases >= v2023.07 are broken. Any hint? I did not try