]> git.baikalelectronics.ru Git - uboot.git/commit
wdog: Add the watchdog driver for MX7ULP.
authorYe Li <ye.li@nxp.com>
Wed, 22 Feb 2017 08:21:48 +0000 (16:21 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 17 Mar 2017 08:27:08 +0000 (09:27 +0100)
commitb19672d41f7d9342b3cb85c9242367d717feda06
treed577b2842a1183661884933990cce7bb0e6849bc
parentdabb40cdc8d38b1a7edf2db0e67a6535e390456e
wdog: Add the watchdog driver for MX7ULP.

This driver implements the HW WATCHDOG functions. Which needs
to set CONFIG_HW_WATCHDOG to use them. This is disabled by default for
mx7ulp.

Use watchdog for reset cpu. Implement this in the driver.
Need to define CONFIG_ULP_WATCHDOG to build it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/ulp_wdog.c [new file with mode: 0644]