Re: [U-Boot] [PATCH 11/18] wdog: Add the watchdog driver for MX7ULP.

2016-12-26 Thread Peng Fan
> -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Monday, December 26, 2016 8:03 PM > To: Peng Fan <peng@nxp.com> > Cc: Stefano Babic <sba...@denx.de>; U-Boot-Denx <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PATCH

Re: [U-Boot] [PATCH 11/18] wdog: Add the watchdog driver for MX7ULP.

2016-12-26 Thread Fabio Estevam
On Mon, Dec 26, 2016 at 5:00 AM, Peng Fan wrote: > --- /dev/null > +++ b/drivers/watchdog/ulp_wdog.c > @@ -0,0 +1,92 @@ Missing license label text here. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 11/18] wdog: Add the watchdog driver for MX7ULP.

2016-12-26 Thread Peng Fan
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