Re: [PATCH v2 1/5] aspeed/wdt: Introduce a container for the MMIO region

2021-10-21 Thread Francisco Iglesias
On [2021 Oct 18] Mon 15:26:05, Cédric Le Goater wrote: > On the AST2600, the 2nd watchdog timer can be controlled through the > FMC controller to disable the alternate boot function. Next changes > will map the WDT2 registers in the AST2600 FMC memory region. Add a > container on top of the registe

Re: [PATCH v2 1/5] aspeed/wdt: Introduce a container for the MMIO region

2021-10-20 Thread Philippe Mathieu-Daudé
On 10/18/21 15:26, Cédric Le Goater wrote: > On the AST2600, the 2nd watchdog timer can be controlled through the > FMC controller to disable the alternate boot function. Next changes > will map the WDT2 registers in the AST2600 FMC memory region. Add a > container on top of the register region for

[PATCH v2 1/5] aspeed/wdt: Introduce a container for the MMIO region

2021-10-18 Thread Cédric Le Goater
On the AST2600, the 2nd watchdog timer can be controlled through the FMC controller to disable the alternate boot function. Next changes will map the WDT2 registers in the AST2600 FMC memory region. Add a container on top of the register region for this purpose. Signed-off-by: Cédric Le Goater --