commit | 9dadf142fb93410f242aaa20fb5a82465d1305de | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Jan 24 05:44:23 2020 +0100 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Feb 04 09:07:24 2020 +0530 |
tree | 3eddc058a98656eead91e7e69d05cf2f134fcdc5 | |
parent | 0414d59d77d8c5ba2f1c96b4095c8c917c0b7609 [diff] |
watchdog: omap_wdt: Fix WDT timeout configuration The timeout parameter of omap3_wdt_start() is in miliseconds, while GET_WLDR_VAL() expects parameter in seconds. Fix this so the WDT driver is actually usable. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Grygorii Strashko <grygorii.strashko@ti.com> Cc: Sam Protsenko <semen.protsenko@linaro.org> Cc: Suniel Mahesh <sunil.m@techveda.org> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>