Re: [PATCH 3/7] wdt: aspeed: Add AST2600 watchdog support

2021-01-19 Thread Tom Rini
On Mon, Dec 14, 2020 at 01:54:25PM +0800, Chia-Wei, Wang wrote: > AST2600 has 8 watchdog timers including 8 sets of > 32-bit decrement counters, based on 1MHz clock. > > A 64-bit reset mask is also supported to specify > which controllers should be reset by the WDT reset. > > Signed-off-by: Chia

RE: [PATCH 3/7] wdt: aspeed: Add AST2600 watchdog support

2021-01-11 Thread Ryan Chen
> -Original Message- > From: ChiaWei Wang > Sent: Monday, December 14, 2020 1:54 PM > To: tr...@konsulko.com; u-boot@lists.denx.de; Ryan Chen > > Cc: BMC-SW > Subject: [PATCH 3/7] wdt: aspeed: Add AST2600 watchdog support > > AST2600 has 8 watchdog timers

[PATCH 3/7] wdt: aspeed: Add AST2600 watchdog support

2020-12-13 Thread Chia-Wei, Wang
AST2600 has 8 watchdog timers including 8 sets of 32-bit decrement counters, based on 1MHz clock. A 64-bit reset mask is also supported to specify which controllers should be reset by the WDT reset. Signed-off-by: Chia-Wei, Wang --- .../arm/include/asm/arch-aspeed/wdt_ast2600.h | 129 ++