Re: [PATCH] i.MX7D: Connect IRQs to GPIO devices.

2023-01-05 Thread Peter Maydell
On Mon, 26 Dec 2022 at 10:15, Jean-Christophe Dubois wrote: > > IRQs were not associated to the various GPIO devices inside i.MX7D. > This patch brings the i.MX7D on par with i.MX6. > > Signed-off-by: Jean-Christophe Dubois > --- > hw/arm/fsl-imx7.c | 31 ++- >

[PATCH] i.MX7D: Connect IRQs to GPIO devices.

2022-12-26 Thread Jean-Christophe Dubois
IRQs were not associated to the various GPIO devices inside i.MX7D. This patch brings the i.MX7D on par with i.MX6. Signed-off-by: Jean-Christophe Dubois --- hw/arm/fsl-imx7.c | 31 ++- include/hw/arm/fsl-imx7.h | 15 +++ 2 files changed, 45 insert