]> git.sur5r.net Git - u-boot/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)
commit253531bbd9cd2fe39359962bfb4338970bf56185
treed577b2842a1183661884933990cce7bb0e6849bc
parent8359e556f819bfa0f560d4d6a66449b5fa544488
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]