From: juhosg Date: Fri, 27 Feb 2009 17:06:29 +0000 (+0000) Subject: [ar71xx] aw-nr580: add support for the PCI slot X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=28b2a5f4c48a29a341469231134f2681479991c4;p=openwrt-10.03%2F.git [ar71xx] aw-nr580: add support for the PCI slot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14686 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-aw-nr580.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-aw-nr580.c index 1ab5584e7..c7258632a 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-aw-nr580.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-aw-nr580.c @@ -54,6 +54,15 @@ static struct gpio_button aw_nr580_gpio_buttons[] __initdata = { } }; +static struct ar71xx_pci_irq aw_nr580_pci_irqs[] __initdata = { + { + .slot = 1, + .pin = 1, + .irq = AR71XX_PCI_IRQ_DEV1, + } +}; + + static void __init aw_nr580_setup(void) { ar71xx_add_device_mdio(0x0); @@ -65,6 +74,8 @@ static void __init aw_nr580_setup(void) ar71xx_add_device_eth(0); + ar71xx_pci_init(ARRAY_SIZE(aw_nr580_pci_irqs), aw_nr580_pci_irqs); + ar71xx_add_device_spi(NULL, aw_nr580_spi_info, ARRAY_SIZE(aw_nr580_spi_info));