Commit a6733f2e authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] BCM1480: Fix interrupt routing.

The old code did did only work as long as CFE and the kernel were using
the same interrupt numbering ...
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 1a2edea9
...@@ -76,8 +76,7 @@ static inline void WRITECFG32(u32 addr, u32 data) ...@@ -76,8 +76,7 @@ static inline void WRITECFG32(u32 addr, u32 data)
int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
{ {
This is b0rked. return K_BCM1480_INT_PCI_INTA + pin;
return dev->irq;
} }
/* Do platform specific device initialization at pci_enable_device() time */ /* Do platform specific device initialization at pci_enable_device() time */
......
Markdown is supported
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