watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.options
authorAhmad Fatoum <a.fatoum@pengutronix.de>
Thu, 11 Jun 2020 19:17:43 +0000 (21:17 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Wed, 5 Aug 2020 16:42:52 +0000 (18:42 +0200)
The driver supports populating bootstatus with WDIOF_CARDRESET, but so
far userspace couldn't portably determine whether absence of this flag
meant no watchdog reset or no driver support. Or-in the bit to fix this.

Fixes: b97cb21a4634 ("watchdog: f71808e_wdt: Fix WDTMOUT_STS register read")
Cc: stable@vger.kernel.org
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20200611191750.28096-3-a.fatoum@pengutronix.de
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/f71808e_wdt.c

index a3c44d75d80eb0a65baf4d254e93954daa4a2f16..c8ce80c134034ad8503d04073479989ba7ccacbd 100644 (file)
@@ -692,7 +692,8 @@ static int __init watchdog_init(int sioaddr)
        watchdog.sioaddr = sioaddr;
        watchdog.ident.options = WDIOC_SETTIMEOUT
                                | WDIOF_MAGICCLOSE
-                               | WDIOF_KEEPALIVEPING;
+                               | WDIOF_KEEPALIVEPING
+                               | WDIOF_CARDRESET;
 
        snprintf(watchdog.ident.identity,
                sizeof(watchdog.ident.identity), "%s watchdog",