[ar71xx] make use the USB controller on the WP543 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12520 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Gabor Juhos 2008-09-03 19:37:58 +00:00
parent 15358e8e77
commit c3eecc83d1

View File

@ -51,6 +51,8 @@ static void __init wp543_setup(void)
ar71xx_add_device_mdio(0xfffffff7);
ar71xx_add_device_eth(0, PHY_INTERFACE_MODE_MII, 0x00000008);
ar71xx_add_device_usb();
ar71xx_pci_init(ARRAY_SIZE(wp543_pci_irqs), wp543_pci_irqs);
}