[U-Boot] [PATCH 0/4] Add watchdog support for STM32MP1
Patrice Chotard
patrice.chotard at st.com
Mon Apr 29 09:23:21 UTC 2019
This series:
- sorts Kconfig entries in alphabetical order
- enable watchdog support in SPL for STM32MP1
- adds watchdog support to STM32MP1 boards
Patrice Chotard (4):
watchdog: Kconfig: Sort entry alphabetically
ARM: dts: stm32mp: Add iwdg2 support for stm32mp157c
watchdog: stm32mp: Add watchdog driver
configs: stm32mp15: Enable WDT flags
MAINTAINERS | 1 +
arch/arm/dts/stm32mp157-u-boot.dtsi | 4 ++
arch/arm/mach-stm32mp/Kconfig | 1 +
configs/stm32mp15_basic_defconfig | 2 +
configs/stm32mp15_trusted_defconfig | 2 +
drivers/watchdog/Kconfig | 91 +++++++++++++-----------
drivers/watchdog/Makefile | 1 +
drivers/watchdog/stm32mp_wdt.c | 135 ++++++++++++++++++++++++++++++++++++
8 files changed, 196 insertions(+), 41 deletions(-)
create mode 100644 drivers/watchdog/stm32mp_wdt.c
--
1.9.1
More information about the U-Boot
mailing list