ramips: register watchdog device on the rt305x boards
authorGabor Juhos <juhosg@openwrt.org>
Wed, 26 Jan 2011 20:48:47 +0000 (20:48 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 26 Jan 2011 20:48:47 +0000 (20:48 +0000)
SVN-Revision: 25128

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 d1c015f88a03744fcaa6b0a29318b75ee2710645..d443e4ff52f4626616e93e87fde9d39b9e6f1116 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 90c48adb1622db15d70071b51db9529c97319ebf..e8c0297d1756fc8116a1dafb63d6d6dcc370585b 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 9de07d36b81593eead1913aadd7f46d6e177d061..9fc6a33a6f3cac34112da95d0c3174d0aefa8cff 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 090a797683b79c67c00ee0da9814c3d22fac54b4..e40c8a850cff11c84bd069e8edba9dbd298bc4bf 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 8c4d18214f9e3c58f67fcd74180de9269538cb0a..b451723c10c976ed084372ffa42b51a99101475f 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 3c3319b108ee0a2e368b039fcc1f0abb39c45eee..2358a5cb44e99be20c2e3206aa28f2a7bf98b837 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 a8c171c84990285f53cc35391fa9f7346127023c..c54402685642b560e86e114a203aa411952dc6af 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",