Files
Peter Galka 36118fe405 drivers: watchdog: rti_wdt: allow device specific timeout configuration
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>
2025-11-05 10:42:11 +01:00
..