Skip to content
Commit 4b824de9 authored by Adhemerval Zanella's avatar Adhemerval Zanella Committed by Paul Mackerras
Browse files

powerpc: Fix IRQ assignment for some PCIe devices



Currently, some PCIe devices on POWER6 machines do not get interrupts
assigned correctly.  The problem is that OF doesn't create an
"interrupt" property for them.  The fix is for of_irq_map_pci to fall
back to using the value in the PCI interrupt-pin register in config
space, as we do when there is no OF device-tree node for the device.

I have verified that this works fine with a pair of Squib-E SAS
adapter on a P6-570.

Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 3f9b5d4d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment