commit | 2befb4bc1871d01c02be0e7ba8917acdf930035e | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Aug 04 15:48:28 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 13 15:17:34 2017 -0400 |
tree | a0eb4329d8f5106a3d3d51b7d19c781db14c52f6 | |
parent | f96367a3d12c87b8f90932ef14eb5093c8dfa162 [diff] |
wdt: Update uclass to make clear that the timeout is in ms Convert name to show explicitly that we are using milliseconds. For a watchdog timer this is precise enough. No functional change intended. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>