summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-04-07 20:53:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-04-07 20:53:03 +0000
commit4f395745affbe13a4ad5a87bd05a8a9bd0540c42 (patch)
tree1772dc60e30518addfcad2442ead8a33d8198c1a
parent25693b4769fe42cc518ba865f835f61341e80d30 (diff)
downloadmtk-20170518-4f395745affbe13a4ad5a87bd05a8a9bd0540c42.zip
mtk-20170518-4f395745affbe13a4ad5a87bd05a8a9bd0540c42.tar.gz
mtk-20170518-4f395745affbe13a4ad5a87bd05a8a9bd0540c42.tar.bz2
ar71xx: enable USB support for the AR934x SoCs
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26514
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/dev-usb.c5
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 f7788b5..8e61c0e 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;