hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING
authorArmin Wolf <W_Armin@gmx.de>
Mon, 31 Jan 2022 21:19:35 +0000 (22:19 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 5 Feb 2022 18:01:34 +0000 (10:01 -0800)
commit9870b763256f10b38d6ccdef8ec1d50b8a7b2a00
tree28c1703c6c93463f27f2043e4f88929952cb7e10
parent95f991132636e2647b6770147c5ac6254cc55e61
hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING

If the watchdog was already enabled by the BIOS after booting, the
watchdog infrastructure needs to regularly send keepalives to
prevent a unexpected reset.
WDOG_ACTIVE only serves as an status indicator for userspace,
we want to use WDOG_HW_RUNNING instead.

Since my Fujitsu Esprimo P720 does not support the watchdog,
this change is compile-tested only.

Suggested-by: Guenter Roeck <linux@roeck-us.net>
Fixes: fb551405c0f8 (watchdog: sch56xx: Use watchdog core)
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://lore.kernel.org/r/20220131211935.3656-5-W_Armin@gmx.de
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sch56xx-common.c