Re: [PATCH v7 5/8] mac_oldworld: Change PCI address of macio to match real hardware

2020-06-30 Thread Mark Cave-Ayland
On 29/06/2020 19:55, BALATON Zoltan wrote: > The board firmware expect these to be at fixed addresses and programs > them without probing, this patch puts the macio device at the expected > PCI address. > > Signed-off-by: BALATON Zoltan > --- > hw/ppc/mac_oldworld.c | 2 +- > 1 file changed, 1

[PATCH v7 5/8] mac_oldworld: Change PCI address of macio to match real hardware

2020-06-29 Thread BALATON Zoltan
The board firmware expect these to be at fixed addresses and programs them without probing, this patch puts the macio device at the expected PCI address. Signed-off-by: BALATON Zoltan --- hw/ppc/mac_oldworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ppc/mac_oldworl