You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-w...

16 lines
438 B
Diff

From: Felix Fietkau <nbd@openwrt.org>
Subject: [PATCH] MIPS: ath79: fix ar933x watchdog clock
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
--- a/arch/mips/ath79/clock.c
+++ b/arch/mips/ath79/clock.c
@@ -164,7 +164,7 @@ static void __init ar933x_clocks_init(vo
ath79_ahb_clk.rate = freq / t;
}
- ath79_wdt_clk.rate = ath79_ref_clk.rate;
+ ath79_wdt_clk.rate = ath79_ahb_clk.rate;
ath79_uart_clk.rate = ath79_ref_clk.rate;
}