From 257671615b5a915e7fe5767990487bbccaf2b4a1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 16 Mar 2015 07:39:52 +0000 Subject: lantiq: drop 3.14 support Signed-off-by: John Crispin SVN-Revision: 44812 --- .../patches-3.14/0038-MIPS-lantiq-fpi-on-ar9.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 target/linux/lantiq/patches-3.14/0038-MIPS-lantiq-fpi-on-ar9.patch (limited to 'target/linux/lantiq/patches-3.14/0038-MIPS-lantiq-fpi-on-ar9.patch') diff --git a/target/linux/lantiq/patches-3.14/0038-MIPS-lantiq-fpi-on-ar9.patch b/target/linux/lantiq/patches-3.14/0038-MIPS-lantiq-fpi-on-ar9.patch deleted file mode 100644 index 5fbe0a1137..0000000000 --- a/target/linux/lantiq/patches-3.14/0038-MIPS-lantiq-fpi-on-ar9.patch +++ /dev/null @@ -1,21 +0,0 @@ -Return correct value for fpi clock on ar9. - -Signed-off-by: Ben Mulvihill ---- - arch/mips/lantiq/xway/clk.c | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - ---- a/arch/mips/lantiq/xway/clk.c -+++ b/arch/mips/lantiq/xway/clk.c -@@ -87,8 +87,9 @@ unsigned long ltq_ar9_fpi_hz(void) - unsigned long sys = ltq_ar9_sys_hz(); - - if (ltq_cgu_r32(CGU_SYS) & BIT(0)) -- return sys; -- return sys >> 1; -+ return sys / 3; -+ else -+ return sys / 2; - } - - unsigned long ltq_ar9_cpu_hz(void) -- cgit v1.2.3