ramips: rt305x: register the dwc_otg device on the relevant boards
authorGabor Juhos <juhosg@openwrt.org>
Mon, 15 Aug 2011 14:11:52 +0000 (14:11 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 15 Aug 2011 14:11:52 +0000 (14:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27996 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-mofi3500-3gn.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-nw718.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-v22rw-2x2.c

index 5442795..e345092 100644 (file)
@@ -122,6 +122,7 @@ static void __init fonera20n_init(void)
        rt305x_register_ethernet();
        rt305x_register_wifi();
        rt305x_register_wdt();
+       rt305x_register_usb();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_FONERA20N, "FONERA20N", "La Fonera 2.0N",
index 77e0682..c1820d6 100644 (file)
@@ -136,6 +136,7 @@ static void __init hw550_3g_init(void)
                                     hw550_3g_gpio_buttons);
        rt305x_register_wifi();
        rt305x_register_wdt();
+       rt305x_register_usb();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_HW550_3G, "HW550-3G", "Aztech HW550-3G",
index 16b109f..309d784 100644 (file)
@@ -136,6 +136,7 @@ static void __init mofi3500_3gn_init(void)
                                     mofi3500_3gn_gpio_buttons);
        rt305x_register_wifi();
        rt305x_register_wdt();
+       rt305x_register_usb();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_MOFI3500_3GN, "MOFI3500-3GN", "MoFi Network MOFI3500-3GN",
index 7107a8c..61e4994 100644 (file)
@@ -139,6 +139,7 @@ static void __init nw718_init(void)
        rt305x_register_wifi();
        rt305x_register_wdt();
        rt305x_register_spi(nw718_spi_info, ARRAY_SIZE(nw718_spi_info));
+       rt305x_register_usb();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_WHR_G300N, "NW718", "Netcore NW718", nw718_init);
index b5883bb..44ebd06 100644 (file)
@@ -113,6 +113,7 @@ static void __init v22rw_2x2_init(void)
                                     v22rw_2x2_gpio_buttons);
        rt305x_register_wifi();
        rt305x_register_wdt();
+       rt305x_register_usb();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_V22RW_2X2, "V22RW-2X2", "Ralink AP-RT3052-V22RW-2X2",