ar71xx: add usb on the pb92 board
authorFelix Fietkau <nbd@openwrt.org>
Fri, 3 Feb 2012 09:44:51 +0000 (09:44 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 3 Feb 2012 09:44:51 +0000 (09:44 +0000)
SVN-Revision: 30007

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 4c5d3ab4a8b97465bd99233f5522524bbee587be..5e680819ed18cfac3710a774d0c407fc8e679fc1 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 96b404c792677a938837b14e4d3d9087b575a089..ff01f7286913ada746485126b83ade7859693b52 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();
 }