On Mon, 9 Jan 2023 at 09:26, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > Various simple devices (usually GPIO related) don't access > the 'system bus': no IRQ lines / memory regions exposed via > the SysBus API, no memory region mapped. > > To reduce complexity, remove the sysbus onion layer from > these devices.
This will break reset for all these devices. We can't do this until we've sorted out reset first, I'm afraid. thanks -- PMM