| commit | a74cab40b5dc51b5ed042add1c5d2f5e9a1964bc | [log] [tgz] |
|---|---|---|
| author | Stefan Christ <[email protected]> | Wed Jul 06 10:40:11 2016 +0200 |
| committer | Wim Van Sebroeck <[email protected]> | Sun Jul 17 21:02:42 2016 +0200 |
| tree | 608d84b22edb0e97befa47185f216522e5508928 | |
| parent | 5a2d3de1960260f34da84ac27bdc1345b541f2e8 [diff] |
watchdog: da9063_wdt: don't trigger watchdog too fast Triggering the watchdog faster than T_WDMIN=256ms leads to resets of the DA9063 chip. The datasheet says that the watchdog must only be triggered in the timeframe T_WDMIN to T_WDMAX. The T_WDMAX is configured in the driver. Signed-off-by: Stefan Christ <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>