Re: [PATCH 3/4] aspeed/wdt: Add an alias for the MMIO region

2021-10-18 Thread Cédric Le Goater
Hello Phil, On 10/18/21 11:04, Philippe Mathieu-Daudé wrote: Hi Cédric, On 10/4/21 17:46, Cédric Le Goater wrote: Initialize the region in the instance_init handler because we will want to link this region in the FMC object before the WDT object is realized. Cc: Peter Delevoryas Signed-off-b

Re: [PATCH 3/4] aspeed/wdt: Add an alias for the MMIO region

2021-10-18 Thread Philippe Mathieu-Daudé
Hi Cédric, On 10/4/21 17:46, Cédric Le Goater wrote: > Initialize the region in the instance_init handler because we will > want to link this region in the FMC object before the WDT object is > realized. > > Cc: Peter Delevoryas > Signed-off-by: Cédric Le Goater > --- > include/hw/watchdog/wdt

[PATCH 3/4] aspeed/wdt: Add an alias for the MMIO region

2021-10-04 Thread Cédric Le Goater
Initialize the region in the instance_init handler because we will want to link this region in the FMC object before the WDT object is realized. Cc: Peter Delevoryas Signed-off-by: Cédric Le Goater --- include/hw/watchdog/wdt_aspeed.h | 1 + hw/watchdog/wdt_aspeed.c | 15 --