Re: [PATCH v3 3/7] {hw/i2c, docs/system/arm}: Allwinner TWI/I2C Emulation

2022-12-28 Thread Niek Linnenbank
On Mon, Dec 26, 2022 at 11:03 PM Strahinja Jankovic < strahinjapjanko...@gmail.com> wrote: > This patch implements Allwinner TWI/I2C controller emulation. Only > master-mode functionality is implemented. > > The SPL boot for Cubieboard expects AXP209 PMIC on TWI0/I2C0 bus, so this > is > first par

[PATCH v3 3/7] {hw/i2c,docs/system/arm}: Allwinner TWI/I2C Emulation

2022-12-26 Thread Strahinja Jankovic
This patch implements Allwinner TWI/I2C controller emulation. Only master-mode functionality is implemented. The SPL boot for Cubieboard expects AXP209 PMIC on TWI0/I2C0 bus, so this is first part enabling the TWI/I2C bus operation. Since both Allwinner A10 and H3 use the same module, it is added