mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 04:56:14 +02:00
[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:
parent
ba0ff4352c
commit
df4a94178c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user