Re: [PATCH] hw/i2c/bcm2835_i2c: Correct iomem size
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA_Kmqp60+Edu1kKCH8=GbK6RH4ebgTaUjBPB_L=QZtPFg@mail.gmail.com> |
On Tue, 4 Aug 2026 at 15:46, botszhuang <[email protected]> wrote: > > The last valid register is the Clock Stretch Timeout (CLKT) at > offset 0x1c. Since it is a 32-bit register, the total memory > region size should be 0x1c + 4 = 0x20. > > Update the size parameter in memory_region_init_io() from 0x24 > to 0x20 to accurately reflect the hardware specification. > > Signed-off-by: botszhuang <[email protected]> Applied to target-arm.next ready for when we reopen development for 11.2; thanks. -- PMM