Re: [PATCH] PCI: j721e: Set .map_irq and .swizzle_irq to NULL
From: Andrew Halaney
Date: Thu Jul 25 2024 - 18:22:09 EST
On Wed, Jul 24, 2024 at 12:20:48PM GMT, Siddharth Vadapalli wrote:
> Since the configuration of Legacy Interrupts (INTx) is not supported, set
> the .map_irq and .swizzle_irq callbacks to NULL. This fixes the error:
> of_irq_parse_pci: failed with rc=-22
> due to the absence of Legacy Interrupts in the device-tree.
>
> Fixes: f3e25911a430 ("PCI: j721e: Add TI J721E PCIe driver")
> Reported-by: Andrew Halaney <ahalaney@xxxxxxxxxx>
> Signed-off-by: Siddharth Vadapalli <s-vadapalli@xxxxxx>
Tested-by: Andrew Halaney <ahalaney@xxxxxxxxxx>
Thanks for the quick work and follow through on the patch, I appreciate
it! I would not have come to this solution myself, I was definitely off
in the weeds when debugging :P