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@redhat.com Signed-off-by: Siddharth Vadapalli s-vadapalli@ti.com
Tested-by: Andrew Halaney ahalaney@redhat.com
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