projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25693b4
)
ar71xx: enable USB support for the AR934x SoCs
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 7 Apr 2011 20:53:03 +0000
(20:53 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 7 Apr 2011 20:53:03 +0000
(20:53 +0000)
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26514
target/linux/ar71xx/files/arch/mips/ar71xx/dev-usb.c
patch
|
blob
|
history
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 f7788b5702d04d8c19a196d39e740617fb883f29..8e61c0e862e22b3c5642219f0263c27bcc00b938 100644
(file)
--- 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;