ar71xx: setup wdt_clock for AR913X to avoid a kernel bug
authorGabor Juhos <juhosg@openwrt.org>
Sat, 4 Jun 2011 12:30:10 +0000 (12:30 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 4 Jun 2011 12:30:10 +0000 (12:30 +0000)
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27102

target/linux/ar71xx/files/drivers/watchdog/ar71xx_wdt.c

index 4e4c2548d9a09ba557020bca0a4d123118e8a35a..75ad0e789c8514124d45a7e2249f83229f1e3e23 100644 (file)
@@ -225,6 +225,8 @@ static int __devinit ar71xx_wdt_probe(struct platform_device *pdev)
        case AR71XX_SOC_AR7240:
        case AR71XX_SOC_AR7241:
        case AR71XX_SOC_AR7242:
+       case AR71XX_SOC_AR9130:
+       case AR71XX_SOC_AR9132:
                wdt_clk_freq = ar71xx_ahb_freq;
                break;