Re: [PATCH v1 4/9] aspeed/wdt: Add AST1030 support

2022-03-22 Thread Cédric Le Goater
On 3/22/22 03:51, Jamin Lin wrote: From: Steven Lee AST1030 wdt controller is similiar to AST2600's wdt, but it has extra registers. yes. We don't implement all AST2600 registers either but, one day, we should tune the mmio size better for each SoC and output an unimplemented log. That's

[PATCH v1 4/9] aspeed/wdt: Add AST1030 support

2022-03-21 Thread Jamin Lin
From: Steven Lee AST1030 wdt controller is similiar to AST2600's wdt, but it has extra registers. Introduce ast1030 object class and increse the number of regs(offset) of ast1030 model. Signed-off-by: Troy Lee Signed-off-by: Jamin Lin Signed-off-by: Steven Lee --- hw/watchdog/wdt_aspeed.c