make use the USB controller on the WP543 board
authorGabor Juhos <juhosg@openwrt.org>
Wed, 3 Sep 2008 19:37:58 +0000 (19:37 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 3 Sep 2008 19:37:58 +0000 (19:37 +0000)
SVN-Revision: 12520

target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c

index d68654e5dfe474e2316307f33827b2fafacbd1f4..b70624004d9671c93e93f432affaea6006edde42 100644 (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);
 }