This series: - sorts Kconfig entries in alphabetical order - enable watchdog support in SPL for STM32MP1 - adds watchdog support to STM32MP1 boards
Changes in v2: - Rename timeout variable in timeout_ms in stm32mp_wdt_start() 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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot