mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: enable USB support for the AR934x SoCs
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> SVN-Revision: 26514owl
parent
25693b4769
commit
4f395745af
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue