On Tue, 16 Apr 2019 at 02:39, Andrey Smirnov <[email protected]> wrote: > > Datasheet for i.MX7 is incorrect and i.MX7's PCI IRQ mapping matches > that of i.MX6: > > * INTD/MSI 122 > * INTC 123 > * INTB 124 > * INTA 125 > > Fix all of the relevant code to reflect that fact. Needed by latest > Linux kernels. > > Signed-off-by: Andrey Smirnov <[email protected]> > Cc: Peter Maydell <[email protected]> > Cc: Michael S. Tsirkin <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > include/hw/arm/fsl-imx7.h | 8 ++++---- > hw/pci-host/designware.c | 6 ++++-- > 2 files changed, 8 insertions(+), 6 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> Compare Linux kernel commit 538d6e9d597584e805146 from an NXP employee confirming that the datasheet is incorrect and with a report of a test against real h/w. thanks -- PMM
