ramips: register watchdog device on the rt305x boards
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Jan 2011 20:48:47 +0000 (20:48 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Jan 2011 20:48:47 +0000 (20:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25128 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-f5d8235-v2.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-v22rw-2x2.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c

index d1c015f..d443e4f 100644 (file)
@@ -117,6 +117,7 @@ static void __init dir_300b_init(void)
                                     ARRAY_SIZE(dir_300b_gpio_buttons),
                                     dir_300b_gpio_buttons);
        rt305x_register_wifi();
+       rt305x_register_wdt();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_DIR_300_REVB, "DIR-300-revB", "D-Link DIR-300 revB",
index 90c48ad..e8c0297 100644 (file)
@@ -135,6 +135,7 @@ static void __init f5d8235v2_init(void)
        rt305x_register_ethernet();
        platform_device_register(&f5d8235v2_switch);
        rt305x_register_wifi();
+       rt305x_register_wdt();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_F5D8235_V2, "F5D8235_V2", "Belkin F5D8235 v2",
index 9de07d3..9fc6a33 100644 (file)
@@ -120,6 +120,7 @@ static void __init fonera20n_init(void)
 
        rt305x_register_ethernet();
        rt305x_register_wifi();
+       rt305x_register_wdt();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_FONERA20N, "FONERA20N", "La Fonera 2.0N",
index 090a797..e40c8a8 100644 (file)
@@ -97,6 +97,7 @@ static void __init pwh2004_init(void)
                                     pwh2004_gpio_buttons);
        rt305x_register_ethernet();
        rt305x_register_wifi();
+       rt305x_register_wdt();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_PWH2004, "PWH2004", "Prolink PWH2004",
index 8c4d182..b451723 100644 (file)
@@ -111,6 +111,7 @@ static void __init v22rw_2x2_init(void)
                                     ARRAY_SIZE(v22rw_2x2_gpio_buttons),
                                     v22rw_2x2_gpio_buttons);
        rt305x_register_wifi();
+       rt305x_register_wdt();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_V22RW_2X2, "V22RW-2X2", "Ralink AP-RT3052-V22RW-2X2",
index 3c3319b..2358a5c 100644 (file)
@@ -62,6 +62,7 @@ static void __init wcr150gn_init(void)
        rt305x_register_flash(0, &wcr150gn_flash_data);
        rt305x_register_ethernet();
        rt305x_register_wifi();
+       rt305x_register_wdt();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_WCR150GN, "WCR150GN", "Sparklan WCR-150GN",
index a8c171c..c544026 100644 (file)
@@ -137,6 +137,7 @@ static void __init whr_g300n_init(void)
                                     ARRAY_SIZE(whr_g300n_gpio_buttons),
                                     whr_g300n_gpio_buttons);
        rt305x_register_wifi();
+       rt305x_register_wdt();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_WHR_G300N, "WHR-G300N", "Buffalo WHR-G300N",
This page took 0.031755 seconds and 4 git commands to generate.