Integrate meta-seco-imx/linux-seco-imx/seco_lf-5.10.y_watchdog_a62
requested to merge integrate/meta-seco-imx/linux-seco-imx/seco_lf-5.10.y_watchdog_a62/into/kirkstone into kirkstone
Integrate linux-seco-imx/seco_lf-5.10.y_watchdog_a62
--
[A62] add SECO GPIO watchdog support
With this commit we disable the integrated MX6 SoC WDT and enable the board external APX823 WDT. This WDT provides full reset to the board by driving the SoC POR_B signal.
--
[i.MX6] add SECO GPIO watchdog driver config
--
[DRIVER][WDT] add SECO GPIO watchdog driver
This is a generic driver for GPIO-based WDTs that use two GPIOs: enable and trigger. It is based on the linux GPIO-controlled watchdog driver.
There exists another SECO driver that can be used for similar hardware, having the compatible name "seco,apx-wdog": that one initializes the watchdog earlier in the boot process, and so is used if that more complex use case is necessary.