[kernel] brcm63xx: fix cardbus support with BCM6358 (closes: #5918)
[openwrt.git] / target / linux / brcm63xx / files / arch / mips / bcm63xx / dev-wdt.c
index 4aa2037..6e18489 100644 (file)
@@ -32,7 +32,5 @@ int __init bcm63xx_wdt_register(void)
        wdt_resources[0].end = wdt_resources[0].start;
        wdt_resources[0].end += RSET_WDT_SIZE - 1;
 
-       /* Disable watchdog for 6345 until we fix it */
-       if (!BCMCPU_IS_6345())
-               return platform_device_register(&bcm63xx_wdt_device);
+       return platform_device_register(&bcm63xx_wdt_device);
 }
This page took 0.02174 seconds and 4 git commands to generate.