diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-12 06:50:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-12 06:50:46 +0000 |
commit | 0547b47537b53201f96f49d95843e906d8bd166e (patch) | |
tree | 925df671f3cd1771a2b45a1bea40bdc932eeb0cc /target/linux/ramips/patches-3.10/0012-MIPS-ralink-probe-clocksources-from-OF.patch | |
parent | 8f4435db9207b8341370f1844ff273646c4d3e49 (diff) | |
download | master-187ad058-0547b47537b53201f96f49d95843e906d8bd166e.tar.gz master-187ad058-0547b47537b53201f96f49d95843e906d8bd166e.tar.bz2 master-187ad058-0547b47537b53201f96f49d95843e906d8bd166e.zip |
ralink: drop 3.10 support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.10/0012-MIPS-ralink-probe-clocksources-from-OF.patch')
-rw-r--r-- | target/linux/ramips/patches-3.10/0012-MIPS-ralink-probe-clocksources-from-OF.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/ramips/patches-3.10/0012-MIPS-ralink-probe-clocksources-from-OF.patch b/target/linux/ramips/patches-3.10/0012-MIPS-ralink-probe-clocksources-from-OF.patch deleted file mode 100644 index d46296b3e4..0000000000 --- a/target/linux/ramips/patches-3.10/0012-MIPS-ralink-probe-clocksources-from-OF.patch +++ /dev/null @@ -1,21 +0,0 @@ -From c4d6a957efb0c8d919302598ae547bde05137461 Mon Sep 17 00:00:00 2001 -From: John Crispin <blogic@openwrt.org> -Date: Sun, 28 Jul 2013 13:48:39 +0200 -Subject: [PATCH 12/25] MIPS: ralink: probe clocksources from OF - -Make plat_time_init() call clocksource_of_init() allowing the systick cevt -to load. - -Signed-off-by: John Crispin <blogic@openwrt.org> ---- - arch/mips/ralink/clk.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/arch/mips/ralink/clk.c -+++ b/arch/mips/ralink/clk.c -@@ -69,4 +69,5 @@ void __init plat_time_init(void) - pr_info("CPU Clock: %ldMHz\n", clk_get_rate(clk) / 1000000); - mips_hpt_frequency = clk_get_rate(clk) / 2; - clk_put(clk); -+ clocksource_of_init(); - } |