Re: [PATCH v2 2/4] watchdog: da9052_wdt: use timeout value from external inputs

From: Guenter Roeck
Date: Tue Mar 25 2025 - 09:27:01 EST


On Tue, Mar 25, 2025 at 08:27:13AM +0100, Marcus Folkesson wrote:
> 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@xxxxxxxxx>

Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>