1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-04 22:08:58 +03:00

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
This commit is contained in:
juhosg 2011-04-07 20:53:03 +00:00
parent 3167111b62
commit d6c448b131

View File

@ -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[] = { static struct resource ar71xx_ehci_resources[] = {
[0] = { [0] = {
@ -185,6 +185,9 @@ void __init ar71xx_add_device_usb(void)
case AR71XX_SOC_AR9130: case AR71XX_SOC_AR9130:
case AR71XX_SOC_AR9132: case AR71XX_SOC_AR9132:
case AR71XX_SOC_AR9341:
case AR71XX_SOC_AR9342:
case AR71XX_SOC_AR9344:
ar91xx_usb_setup(); ar91xx_usb_setup();
break; break;