aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-04-09 18:47:52 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-04-09 18:47:52 +0000
commit3c552ec2b650b16740de465e37fc38a7ee2f9a0f (patch)
tree0c5016ff07b1474e713e18766b806c88175f47c7 /target/linux/ar71xx/files/drivers
parentdad64096e3c429f4576d4e89607c0d733722b100 (diff)
downloadupstream-3c552ec2b650b16740de465e37fc38a7ee2f9a0f.tar.gz
upstream-3c552ec2b650b16740de465e37fc38a7ee2f9a0f.tar.bz2
upstream-3c552ec2b650b16740de465e37fc38a7ee2f9a0f.zip
ar71xx: rename ar934x_ref_freq to ar71xx_ref_freq
Also initialize that for each SoC and print its value along with the other frequencies. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26561 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/drivers')
-rw-r--r--target/linux/ar71xx/files/drivers/watchdog/ar71xx_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/watchdog/ar71xx_wdt.c b/target/linux/ar71xx/files/drivers/watchdog/ar71xx_wdt.c
index 7163465752..688b9152c4 100644
--- a/target/linux/ar71xx/files/drivers/watchdog/ar71xx_wdt.c
+++ b/target/linux/ar71xx/files/drivers/watchdog/ar71xx_wdt.c
@@ -222,7 +222,7 @@ static int __devinit ar71xx_wdt_probe(struct platform_device *pdev)
case AR71XX_SOC_AR9341:
case AR71XX_SOC_AR9342:
case AR71XX_SOC_AR9344:
- wdt_clk_freq = ar934x_ref_freq;
+ wdt_clk_freq = ar71xx_ref_freq;
break;
default: