From: Gabor Juhos Date: Sun, 25 Nov 2012 16:22:36 +0000 (+0000) Subject: AA: ar71xx: update PCI IRQ map for RB4xx devices X-Git-Tag: attitude_adjustment_12.09~118 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8e86d3ec3afa9eec09abdd2a15ad4c71840cc88f;p=openwrt%2Fsvn-archive%2Fopenwrt.git AA: ar71xx: update PCI IRQ map for RB4xx devices Backport of r34238. Should fix #12269. Signed-off-by: Gabor Juhos SVN-Revision: 34353 --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c index 1604a5c567..0699232e5d 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c @@ -107,8 +107,36 @@ static struct ath79_pci_irq rb4xx_pci_irqs[] __initdata = { .irq = ATH79_PCI_IRQ(1), }, { .slot = 19, + .pin = 2, + .irq = ATH79_PCI_IRQ(2), + }, { + .slot = 20, .pin = 1, .irq = ATH79_PCI_IRQ(2), + }, { + .slot = 20, + .pin = 2, + .irq = ATH79_PCI_IRQ(0), + }, { + .slot = 21, + .pin = 1, + .irq = ATH79_PCI_IRQ(0), + }, { + .slot = 22, + .pin = 1, + .irq = ATH79_PCI_IRQ(1), + }, { + .slot = 22, + .pin = 2, + .irq = ATH79_PCI_IRQ(2), + }, { + .slot = 23, + .pin = 1, + .irq = ATH79_PCI_IRQ(2), + }, { + .slot = 23, + .pin = 2, + .irq = ATH79_PCI_IRQ(0), } };