Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog
authorTom Rini <trini@konsulko.com>
Tue, 27 Sep 2022 15:05:37 +0000 (11:05 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 27 Sep 2022 15:05:37 +0000 (11:05 -0400)
commitd779fc399ce838160fb842543a53524b04564eda
tree97324575af6a4e81af4140d6281bd6f383c17e46
parentf117c54cc83e3c519883edb5a48062644d38c443
parentc11cedc876631c1753427a68db4efaa00f700a79
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog

- autoboot: make sure watchdog device(s) are handled with keyed
  autoboot (Rasmus)
- gpio_wdt: use __udelay() to avoid recursion (Rasmus)
- watchdog: max6370: use __udelay() to avoid recursion (Pali)