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

2015-08-12 Thread Tom Rini
On Thu, Jul 23, 2015 at 11:33:19PM +0200, r...@dave-tech.it 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 > --- > drivers/watchdog/Makefile

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

2015-07-23 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 --- drivers/watchdog/Makefile |1 + drivers/watchdog/max6373_wdt.c | 34 +