From: Felix Fietkau Date: Sat, 13 Jul 2013 22:29:53 +0000 (+0000) Subject: ar71xx: fix ar933x watchdog clock (#13866) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=722b4cde0b39dbb6126ab4c2597c15aca0b3cd8d ar71xx: fix ar933x watchdog clock (#13866) Signed-off-by: Felix Fietkau SVN-Revision: 37273 --- diff --git a/target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch b/target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch new file mode 100644 index 0000000000..b3a3cd39f4 --- /dev/null +++ b/target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch @@ -0,0 +1,15 @@ +From: Felix Fietkau +Subject: [PATCH] MIPS: ath79: fix ar933x watchdog clock + +Signed-off-by: Felix Fietkau +--- 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; + } + diff --git a/target/linux/ar71xx/patches-3.8/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch b/target/linux/ar71xx/patches-3.8/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch new file mode 100644 index 0000000000..b3a3cd39f4 --- /dev/null +++ b/target/linux/ar71xx/patches-3.8/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch @@ -0,0 +1,15 @@ +From: Felix Fietkau +Subject: [PATCH] MIPS: ath79: fix ar933x watchdog clock + +Signed-off-by: Felix Fietkau +--- 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; + } +