]> git.baikalelectronics.ru Git - uboot.git/commit
watchdog: Add a driver for the sunxi watchdog
authorSamuel Holland <samuel@sholland.org>
Sun, 22 Aug 2021 18:53:27 +0000 (13:53 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 25 Oct 2021 13:54:26 +0000 (14:54 +0100)
commit8c5391f686e6837c4aed669700fcc0a957da326f
treecb1162dccf0915e3515bc296fe036e7443544975
parent65ffaabc1aa5a70b88f359bc547ef37643e265b8
watchdog: Add a driver for the sunxi watchdog

This driver supports the sun4i/sun6i/sun20i watchdog timers.
They have a maximum timeout of 16 seconds.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/sunxi_wdt.c [new file with mode: 0644]