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)
commit93d34faeda4cb8bb059a6b6fbff4f9969c6f41a7
treecb1162dccf0915e3515bc296fe036e7443544975
parente0c628d728d6f2b0ab01488706b1a9679512a982
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]