
13 Jun
2019
13 Jun
'19
1:57 p.m.
On 13.06.19 13:10, Andy Shevchenko wrote:
On Thu, Jun 13, 2019 at 06:51:34AM +0200, Stefan Roese wrote:
On 12.06.19 19:28, Andy Shevchenko wrote:
#define WDT_DEFAULT_TIMEOUT 90
Nitpicking: If you by any chance need to re-send this patch again, please remove WDT_DEFAULT_TIMEOUT completely from this file.
This is left in order to have some traces of what firmware default is in use. I can convert this into comment.
Sure. You also could remove it and use this original default value either via Kconfig (CONFIG_WATCHDOG_TIMEOUT_MSECS) or via DT ("timeout-sec" property). All is fine with me.
Thanks, Stefan