Re: [PATCH v2 7/7] watchdog: coh901327: make use of timeout-secs provided in devicetree

2018-02-22 Thread Linus Walleij
On Sat, Feb 10, 2018 at 10:19 AM, Marcus Folkesson wrote: > watchdog_init_timeout() will allways pick timeout_param since it > defaults to a valid timeout. > > Following best practice described in > Documentation/watchdog/watchdog-kernel-api.txt to make use of > the parameter logic. > > Signed-of

[PATCH v2 7/7] watchdog: coh901327: make use of timeout-secs provided in devicetree

2018-02-10 Thread Marcus Folkesson
watchdog_init_timeout() will allways pick timeout_param since it defaults to a valid timeout. Following best practice described in Documentation/watchdog/watchdog-kernel-api.txt to make use of the parameter logic. Signed-off-by: Marcus Folkesson --- v2: - Set .timeout in coh901327_wdt s