On 7/13/21 8:58 AM, Joel Stanley wrote: > There's no need to define the registers relative to the 0x800 offset > where the controller is mapped, as the device is instantiated as it's > own model at the correct memory address. > > Simplify the defines and remove the offset to save future confusion. > > Signed-off-by: Joel Stanley <j...@jms.id.au> > --- > hw/gpio/aspeed_gpio.c | 73 +++++++++++++++++++++---------------------- > 1 file changed, 36 insertions(+), 37 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>