Re: [PATCH] drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart

2022-03-08 Thread Stefan Roese
On 2/10/22 18:17, Philippe Reynes wrote: Since commit 492ee6b8d0e7 ("watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()"), all the watchdog are started when the config WATCHDOG_AUTOSTART. To avoid a binary choice none/all, a property u-boot,noautostart may be added in the watchd

Re: [PATCH] drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart

2022-03-08 Thread Stefan Roese
On 2/10/22 18:17, Philippe Reynes wrote: Since commit 492ee6b8d0e7 ("watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()"), all the watchdog are started when the config WATCHDOG_AUTOSTART. To avoid a binary choice none/all, a property u-boot,noautostart may be added in the watchd

Re: [PATCH] drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart

2022-02-26 Thread Simon Glass
On Thu, 10 Feb 2022 at 10:18, Philippe Reynes wrote: > > Since commit 492ee6b8d0e7 ("watchdog: wdt-uclass.c: handle all DM > watchdogs in watchdog_reset()"), all the watchdog are started when > the config WATCHDOG_AUTOSTART. > > To avoid a binary choice none/all, a property u-boot,noautostart > ma

[PATCH] drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart

2022-02-10 Thread Philippe Reynes
Since commit 492ee6b8d0e7 ("watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()"), all the watchdog are started when the config WATCHDOG_AUTOSTART. To avoid a binary choice none/all, a property u-boot,noautostart may be added in the watchdog node of the u-boot device tree to not au