diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-07 20:53:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-04-07 20:53:03 +0000 |
commit | f5341a4236731b36e7e2300639c421155200d5f9 (patch) | |
tree | b361f9a8fe1aa21608307f3c12d2ae772d3ba629 /target/linux | |
parent | 912c77a418bd0de818510bc51d9a17fd367a44f1 (diff) | |
download | upstream-f5341a4236731b36e7e2300639c421155200d5f9.tar.gz upstream-f5341a4236731b36e7e2300639c421155200d5f9.tar.bz2 upstream-f5341a4236731b36e7e2300639c421155200d5f9.zip |
ar71xx: enable USB support for the AR934x SoCs
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/dev-usb.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/dev-usb.c b/target/linux/ar71xx/files/arch/mips/ar71xx/dev-usb.c index f7788b5702..8e61c0e862 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/dev-usb.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/dev-usb.c @@ -64,7 +64,7 @@ static struct platform_device ar71xx_ohci_device = { }; /* - * EHCI (USB full speed host controller) + * EHCI (USB high/full speed host controller) */ static struct resource ar71xx_ehci_resources[] = { [0] = { @@ -185,6 +185,9 @@ void __init ar71xx_add_device_usb(void) case AR71XX_SOC_AR9130: case AR71XX_SOC_AR9132: + case AR71XX_SOC_AR9341: + case AR71XX_SOC_AR9342: + case AR71XX_SOC_AR9344: ar91xx_usb_setup(); break; |