On Sun, 14 Nov 2021 at 04:19, Mark Kettenis <kette...@openbsd.org> wrote: > > This driver supports the watchdog timer found on Apple's M1 SoC. > On systems that use these SoC, the watchdog timer is the primary > way to reboot the system. > > Signed-off-by: Mark Kettenis <kette...@openbsd.org> > --- > MAINTAINERS | 1 + > drivers/watchdog/Kconfig | 9 +++ > drivers/watchdog/Makefile | 1 + > drivers/watchdog/apple_wdt.c | 111 +++++++++++++++++++++++++++++++++++ > 4 files changed, 122 insertions(+) > create mode 100644 drivers/watchdog/apple_wdt.c
Reviewed-by: Simon Glass <s...@chromium.org> Tested-on: Apple M1 Macbook Tested-by: Simon Glass <s...@chromium.org>