Re: [U-Boot] [PATCH 1/2] watchdog: driver support for fsl-lsch2

2018-10-17 Thread York Sun
On 10/16/18 20:06, Xiaoliang Yang wrote: > Hi York, > > The old version of this patch is: http://patchwork.ozlabs.org/patch/918957/ > There is a little mistake about LSCH3 not support for imx-watchdog in old > version patch, I have fixed it. > If there is a need to rewrite CONFIG_IMX_WATCHDOG to

Re: [U-Boot] [PATCH 1/2] watchdog: driver support for fsl-lsch2

2018-10-17 Thread Xiaoliang Yang
Hi York, The old version of this patch is: http://patchwork.ozlabs.org/patch/918957/ There is a little mistake about LSCH3 not support for imx-watchdog in old version patch, I have fixed it. If there is a need to rewrite CONFIG_IMX_WATCHDOG to Kconfig file, I will pull a new patch to do this. It

[U-Boot] [PATCH 1/2] watchdog: driver support for fsl-lsch2

2018-10-16 Thread Xiaoliang Yang
Support watchdog driver for fsl-lsch2. If you want to use it, please enable CONFIG_IMX_WATCHDOG, and CONFIG_HW_WATCHDOG. define CONFIG_WATCHDOG_TIMEOUT_MSECS to set watchdog timeout. Signed-off-by: Xiaoliang Yang --- arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2 |9 + drivers/wa