ar71xx: ag71xx: check PHY IDs before accessing the switch registers
[openwrt.git] / target / linux / ar71xx / files / drivers / watchdog / ar71xx_wdt.c
index 4e4c254..75ad0e7 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;
 
This page took 0.026296 seconds and 4 git commands to generate.