make use the USB controller on the WP543 board
SVN-Revision: 12520
This commit is contained in:
parent
e9775a5e10
commit
7914091d97
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue