Files
u-boot/drivers
Rasmus Villemoes 40d7f3c8d1 watchdog: honour hw_margin_ms DT property
Some watchdog devices, e.g. external gpio-triggered ones, must be
reset more often than once per second, which means that the current
rate-limiting logic in watchdog_reset() fails to keep the board alive.

gpio-wdt.txt in the linux source tree defines a "hw_margin_ms"
property used to specifiy the maximum time allowed between resetting
the device. Allow any watchdog device to specify such a property, and
then use a reset period of one quarter of that. We keep the current
default of resetting once every 1000ms.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Stefan Roese <sr@denx.de>
2020-04-15 08:54:00 +02:00
..
2020-04-13 11:27:00 -04:00
2019-12-02 18:23:09 -05:00
2020-01-25 12:04:36 -05:00
2020-04-06 09:56:35 +02:00
2019-08-07 15:31:04 -04:00
2020-04-13 11:27:00 -04:00