wdog: Add the watchdog driver for MX7ULP.
authorYe Li <ye.li@nxp.com>
Wed, 22 Feb 2017 08:21:48 +0000 (16:21 +0800)
committerYe Li <ye.li@nxp.com>
Wed, 5 Apr 2017 09:23:52 +0000 (17:23 +0800)
commit9953709d668e91e1f36e591ba845121588c9ba36
tree1aba241ff27b7f4cba5e11bac3896296f2627dc8
parent0da152bc669165c91678f30d9b0aaae45920c678
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]