36118fe405
The source of the timeout value for an inactive watchdog is now evaluated in the following order: 1. "timeout-sec" from the Device Tree (per-watchdog) 2. Module parameter (global) 3. Default value (60 s) (global) This reordering ensures that device-specific configuration takes precedence over global defaults, improving flexibility for systems with multiple watchdogs. Signed-off-by: Peter Galka <peter.galka@wago.com>