[PATCH 1/3] watchdog: Add a driver for the Apple watchdog
Simon Glass
sjg at chromium.org
Thu Nov 25 01:12:35 CET 2021
On Sun, 14 Nov 2021 at 04:19, Mark Kettenis <kettenis at 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 <kettenis at 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 <sjg at chromium.org>
Tested-on: Apple M1 Macbook
Tested-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list