Re: [PATCH 5/7] hw/arm/mps2: Add I2C busses on FPGA APB

2020-06-16 Thread Philippe Mathieu-Daudé
On 6/16/20 12:21 PM, Peter Maydell wrote: > On Tue, 16 Jun 2020 at 07:32, Philippe Mathieu-Daudé wrote: >> >> There are 4 different I2C peripherals on the FPGA APB. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> hw/arm/mps2.c | 7 +++ >> 1 file changed, 7 insertions(+) >> >> diff

Re: [PATCH 5/7] hw/arm/mps2: Add I2C busses on FPGA APB

2020-06-16 Thread Peter Maydell
On Tue, 16 Jun 2020 at 07:32, Philippe Mathieu-Daudé wrote: > > There are 4 different I2C peripherals on the FPGA APB. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/arm/mps2.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c > index

[PATCH 5/7] hw/arm/mps2: Add I2C busses on FPGA APB

2020-06-16 Thread Philippe Mathieu-Daudé
There are 4 different I2C peripherals on the FPGA APB. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/mps2.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/hw/arm/mps2.c b/hw/arm/mps2.c index 4a49bfa9b9..6224d7a63c 100644 --- a/hw/arm/mps2.c +++ b/hw/arm/mps2.c @@ -321,6 +321,7 @@