diff options
author | Patrice Chotard | 2019-04-30 17:26:22 +0200 |
---|---|---|
committer | Patrice Chotard | 2019-06-06 17:40:16 +0200 |
commit | 8c1007a2cbd845b47003753f54b2f7d2a502e13e (patch) | |
tree | 3d30b4322850ea0c981adb65f33c7d4582ed9608 /MAINTAINERS | |
parent | 75500a41825bd8daadcdc6ab2a3c6e1c3c8f39e7 (diff) |
watchdog: stm32mp: Add watchdog driver
This patch adds IWDG (Independent WatchDoG) support for
STM32MP platform.
Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 36625795a48..2e5a2488089 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -312,6 +312,7 @@ F: drivers/ram/stm32mp1/ F: drivers/misc/stm32_rcc.c F: drivers/reset/stm32-reset.c F: drivers/spi/stm32_qspi.c +F: drivers/watchdog/stm32mp_wdt.c ARM STM STV0991 M: Vikas Manocha <vikas.manocha@st.com> |