]> git.dujemihanovic.xyz Git - u-boot.git/commit
sysreset: watchdog: watchdog cannot power off
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 4 Nov 2021 09:31:17 +0000 (10:31 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 26 Dec 2021 05:49:14 +0000 (06:49 +0100)
commit88c4cbedfb2f0a41830b662fe2e5797a95af508f
tree3a784a47941144283a3bb26a63a40068e989a686
parent2b18d95d91c8d52a1971f93202c6b8212fa4f27e
sysreset: watchdog: watchdog cannot power off

The watchdog system reset driver can reboot the device but it cannot power
it off. If power off is requested, the driver should not reset the system
but leave powering off to one of the other system reset drivers.

As power cycling is typically not a feature of a watchdog driver the reset
types SYSRESET_POWER and SYSRESET_POWER_OFF shall both be excluded.

Fixes: 17a0c14164dc ("dm: sysreset: add watchdog-reboot driver")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/sysreset/sysreset_watchdog.c