]> www.infradead.org Git - users/jedix/linux-maple.git/commit
watchdog: da9052_wdt: use timeout value from external inputs
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Wed, 26 Mar 2025 08:29:49 +0000 (09:29 +0100)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sat, 24 May 2025 14:57:51 +0000 (16:57 +0200)
commitec90349a9433937e2fd83a57e16f40bce1fc1481
tree0fad8f85f7fa47e35778465daed0997f846a0fb6
parent776d14d201ae8b266208e0eae6510692bc58d9f2
watchdog: da9052_wdt: use timeout value from external inputs

Introduce the `timeout` module parameter and pass it to
watchdog_init_timeout(). If the parameter is not set or contains an
invalid value, fallback on the `timeout-secs` devicetree property value.

If none of the above is valid, go for the old default value.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20250326-da9052-fixes-v3-2-a38a560fef0e@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/da9052_wdt.c