Re: [U-Boot] [PATCH 03/17] aspeed: Watchdog Timer Driver

2017-03-21 Thread Simon Glass
Hi Maxim, On 16 March 2017 at 15:36, Maxim Sloyko wrote: > This driver supports ast2500 and ast2400 SoCs. > Only ast2500 supports reset_mask and thus the option of resettting > individual peripherals using WDT. > > Signed-off-by: Maxim Sloyko > --- > > arch/arm/include/asm/arch-aspeed/wdt.h |

[U-Boot] [PATCH 03/17] aspeed: Watchdog Timer Driver

2017-03-16 Thread Maxim Sloyko
This driver supports ast2500 and ast2400 SoCs. Only ast2500 supports reset_mask and thus the option of resettting individual peripherals using WDT. Signed-off-by: Maxim Sloyko --- arch/arm/include/asm/arch-aspeed/wdt.h | 53 -- arch/arm/mach-aspeed/ast_wdt.c | 40 -