ar71xx: add usb on the pb92 board
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 3 Feb 2012 09:44:51 +0000 (09:44 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 3 Feb 2012 09:44:51 +0000 (09:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30007 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-pb92.c
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-pb92.c

index 4c5d3ab..5e68081 100644 (file)
@@ -99,6 +99,8 @@ static void __init pb92_init(void)
                                         ARRAY_SIZE(pb92_gpio_keys),
                                         pb92_gpio_keys);
 
+       ar71xx_add_device_usb();
+
        pb9x_pci_init();
 }
 
index 96b404c..ff01f72 100644 (file)
@@ -96,6 +96,8 @@ static void __init pb92_init(void)
                                         ARRAY_SIZE(pb92_gpio_keys),
                                         pb92_gpio_keys);
 
+       ath79_register_usb();
+
        ath79_register_pci();
 }