summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2021-11-15 23:45:43 +0100
committerPriyanka Jain <priyanka.jain@nxp.com>2022-02-28 11:59:35 +0530
commitf606c9a8959728f7df539e182fb799d3ccc92cc6 (patch)
tree08011f8cb6f63185e27342f8393e287f4a77e31d /MAINTAINERS
parent42595eb7067c6c076e1c98213438be727f883fe2 (diff)
downloadu-boot-f606c9a8959728f7df539e182fb799d3ccc92cc6.tar.gz
watchdog: add sl28cpld watchdog driver
The watchdog timer is part of the sl28cpld management controller. The watchdog timer usually supervises the bootloader boot-up and if it bites the failsafe bootloader will be activated. Apart from that it supports the usual board level reset and one SMARC speciality: driving the WDT_TIMEOUT# signal. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8b3870ff96..989ea41e2c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1165,6 +1165,7 @@ SL28CLPD
M: Michael Walle <michael@walle.cc>
S: Maintained
F: drivers/misc/sl28cpld.c
+F: drivers/watchdog/sl28cpld-wdt.c
SPI
M: Jagan Teki <jagan@amarulasolutions.com>