diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-09-03 19:37:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-09-03 19:37:58 +0000 |
commit | c3eecc83d17552e683f29f422da9bc30640f4e74 (patch) | |
tree | 1478437a5208e82d01f9c482386032d34da3d3d1 /target | |
parent | 15358e8e77ba9d33fffbc5181cb27549e9db8391 (diff) | |
download | upstream-c3eecc83d17552e683f29f422da9bc30640f4e74.tar.gz upstream-c3eecc83d17552e683f29f422da9bc30640f4e74.tar.bz2 upstream-c3eecc83d17552e683f29f422da9bc30640f4e74.zip |
[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
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c index d68654e5df..b70624004d 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wp543.c @@ -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); } |