aw-nr580: add support for the PCI slot
SVN-Revision: 14686
This commit is contained in:
parent
5842bd91b6
commit
23636366dc
1 changed files with 11 additions and 0 deletions
|
@ -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)
|
static void __init aw_nr580_setup(void)
|
||||||
{
|
{
|
||||||
ar71xx_add_device_mdio(0x0);
|
ar71xx_add_device_mdio(0x0);
|
||||||
|
@ -65,6 +74,8 @@ static void __init aw_nr580_setup(void)
|
||||||
|
|
||||||
ar71xx_add_device_eth(0);
|
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,
|
ar71xx_add_device_spi(NULL, aw_nr580_spi_info,
|
||||||
ARRAY_SIZE(aw_nr580_spi_info));
|
ARRAY_SIZE(aw_nr580_spi_info));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue