diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 09:51:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 09:51:04 +0000 |
commit | 14d1afd7e02331a348fb96ee74ac47b243f0e793 (patch) | |
tree | 6a23b64c861cfc8d2b6e4ed1d2c70370efe37054 /target/linux/ar71xx/files | |
parent | 897231379b23004288859c3ba21d58715de66fd7 (diff) | |
download | upstream-14d1afd7e02331a348fb96ee74ac47b243f0e793.tar.gz upstream-14d1afd7e02331a348fb96ee74ac47b243f0e793.tar.bz2 upstream-14d1afd7e02331a348fb96ee74ac47b243f0e793.zip |
ar71xx: update PCI IRQ map for RB4xx devices
Should fix #12269.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34238 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c | 28 |
1 files changed, 28 insertions, 0 deletions
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), } }; |