[U-Boot] [PATCH V2 2/2] watchdog: imx: Add DM support

2019-07-20 Thread sbabic
> Add DM and DT probing support to iMX watchdog driver. This should > allow boards to move over to this driver, enable SYSRESET_WATCHDOG > to handle cpu_reset() if required. > Signed-off-by: Marek Vasut > Cc: Peng Fan > Cc: Stefano Babic > Tested-by: Heiko Schocher Applied to u-boot-imx, maste

Re: [U-Boot] [PATCH V2 2/2] watchdog: imx: Add DM support

2019-06-11 Thread Heiko Schocher
Hello Marek, Am 09.06.2019 um 03:46 schrieb Marek Vasut: Add DM and DT probing support to iMX watchdog driver. This should allow boards to move over to this driver, enable SYSRESET_WATCHDOG to handle cpu_reset() if required. Signed-off-by: Marek Vasut Cc: Peng Fan Cc: Stefano Babic --- V2: N

Re: [U-Boot] [PATCH V2 2/2] watchdog: imx: Add DM support

2019-06-11 Thread Heiko Schocher
Hello Marek, Am 11.06.2019 um 11:55 schrieb Marek Vasut: On 6/11/19 7:33 AM, Heiko Schocher wrote: Hello Marek, Am 09.06.2019 um 03:46 schrieb Marek Vasut: Add DM and DT probing support to iMX watchdog driver. This should allow boards to move over to this driver, enable SYSRESET_WATCHDOG to h

Re: [U-Boot] [PATCH V2 2/2] watchdog: imx: Add DM support

2019-06-11 Thread Marek Vasut
On 6/11/19 7:33 AM, Heiko Schocher wrote: > Hello Marek, > > Am 09.06.2019 um 03:46 schrieb Marek Vasut: >> Add DM and DT probing support to iMX watchdog driver. This should >> allow boards to move over to this driver, enable SYSRESET_WATCHDOG >> to handle cpu_reset() if required. >> >> Signed-off

Re: [U-Boot] [PATCH V2 2/2] watchdog: imx: Add DM support

2019-06-10 Thread Heiko Schocher
Hello Marek, Am 09.06.2019 um 03:46 schrieb Marek Vasut: Add DM and DT probing support to iMX watchdog driver. This should allow boards to move over to this driver, enable SYSRESET_WATCHDOG to handle cpu_reset() if required. Signed-off-by: Marek Vasut Cc: Peng Fan Cc: Stefano Babic --- V2: N

[U-Boot] [PATCH V2 2/2] watchdog: imx: Add DM support

2019-06-08 Thread Marek Vasut
Add DM and DT probing support to iMX watchdog driver. This should allow boards to move over to this driver, enable SYSRESET_WATCHDOG to handle cpu_reset() if required. Signed-off-by: Marek Vasut Cc: Peng Fan Cc: Stefano Babic --- V2: No change --- drivers/watchdog/Kconfig| 2 +- driv