summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-01-17 14:33:23 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-01-17 14:33:23 +0000
commite02f1581d02fd537ed7c2d1e81ff062565cc1c3b (patch)
tree7b61f61ab10e500f02583795de803cabb64bfcd0 /target
parent82e1ed603fd7fafd2acde1f53ba5eadff61eef4e (diff)
downloadmtk-20170518-e02f1581d02fd537ed7c2d1e81ff062565cc1c3b.zip
mtk-20170518-e02f1581d02fd537ed7c2d1e81ff062565cc1c3b.tar.gz
mtk-20170518-e02f1581d02fd537ed7c2d1e81ff062565cc1c3b.tar.bz2
Fix Routerboard 411ar on board wireless
This patch adds the appropriate interrupt for slot 0 pin 1 of the Routerboard 411ar (RB411 with on board Atheros wireless). Signed-off-by: Andrew Bates abates@omeganetserv.com SVN-Revision: 19184
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-rb-4xx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-rb-4xx.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-rb-4xx.c
index 2392c3d..5598c23 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-rb-4xx.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-rb-4xx.c
@@ -56,6 +56,10 @@ static struct platform_device rb4xx_nand_device = {
static struct ar71xx_pci_irq rb4xx_pci_irqs[] __initdata = {
{
+ .slot = 0,
+ .pin = 1,
+ .irq = AR71XX_PCI_IRQ_DEV2,
+ }, {
.slot = 1,
.pin = 1,
.irq = AR71XX_PCI_IRQ_DEV0,