Re: [U-Boot] [PATCH v2] drivers: watchdog: add MAX6373 WDT support

2015-08-18 Thread Andrea Scian
Il 18/08/2015 15:33, Michael Trimarchi ha scritto: Hi On Tue, Aug 18, 2015 at 3:22 PM, wrote: From: Andrea Scian MAX6373 is a simple WDT which is programmed its configuration pins and reset via another pin, which is usually connected to a GPIO Signed-off-by: Andrea Scian --- Changes for

Re: [U-Boot] [PATCH v2] drivers: watchdog: add MAX6373 WDT support

2015-08-18 Thread Michael Trimarchi
Hi On Tue, Aug 18, 2015 at 3:22 PM, wrote: > From: Andrea Scian > > MAX6373 is a simple WDT which is programmed its configuration pins > and reset via another pin, which is usually connected to a GPIO > > Signed-off-by: Andrea Scian > --- > > Changes for v2: > - add Kconfig support > >

[U-Boot] [PATCH v2] drivers: watchdog: add MAX6373 WDT support

2015-08-18 Thread rnd4
From: Andrea Scian MAX6373 is a simple WDT which is programmed its configuration pins and reset via another pin, which is usually connected to a GPIO Signed-off-by: Andrea Scian --- Changes for v2: - add Kconfig support drivers/watchdog/Kconfig | 17 + drivers