mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[ar71xx] add ar913x specific USB setup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13505 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
99b55f1938
commit
2f0d57a2df
@ -103,6 +103,18 @@ static void ar71xx_usb_setup(void)
|
||||
mdelay(900);
|
||||
}
|
||||
|
||||
static void ar91xx_usb_setup(void)
|
||||
{
|
||||
ar71xx_device_stop(RESET_MODULE_USBSUS_OVERRIDE);
|
||||
mdelay(10);
|
||||
|
||||
ar71xx_device_start(RESET_MODULE_USB_HOST);
|
||||
mdelay(10);
|
||||
|
||||
ar71xx_device_start(RESET_MODULE_USB_PHY);
|
||||
mdelay(10);
|
||||
}
|
||||
|
||||
void __init ar71xx_add_device_usb(void)
|
||||
{
|
||||
switch (ar71xx_soc) {
|
||||
@ -116,6 +128,7 @@ void __init ar71xx_add_device_usb(void)
|
||||
|
||||
case AR71XX_SOC_AR9130:
|
||||
case AR71XX_SOC_AR9132:
|
||||
ar91xx_usb_setup();
|
||||
ar71xx_ehci_data.is_ar91xx = 1;
|
||||
platform_device_register(&ar71xx_ehci_device);
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user