aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2022-01-12 19:55:15 +0100
committerStefan Roese <sr@denx.de>2022-01-13 06:55:46 +0100
commitee327d1d93588609a36744464b336452a9444caf (patch)
tree1d0674975cf3729f45ab8fdfc129010fe526821d /MAINTAINERS
parenta02af84e03e018d7cd08bb3070cbe5517004712b (diff)
downloadu-boot-ee327d1d93588609a36744464b336452a9444caf.zip
u-boot-ee327d1d93588609a36744464b336452a9444caf.tar.gz
u-boot-ee327d1d93588609a36744464b336452a9444caf.tar.bz2
watchdog: Add a driver for the Apple watchdog
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@openbsd.org> Reviewed-by: Sven Peter <sven@svenpeter.dev> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de> Tested-on: Apple M1 Macbook Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f4bd3d7..6ae81c5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -116,6 +116,7 @@ F: arch/arm/mach-apple/
F: configs/apple_m1_defconfig
F: drivers/iommu/apple_dart.c
F: drivers/pinctrl/pinctrl-apple.c
+F: drivers/watchdog/apple_wdt.c
F: include/configs/apple.h
ARM