diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-05 09:51:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-05 09:51:25 +0000 |
commit | fff859a1f6a7a319053e4efce787b88bc76985ab (patch) | |
tree | 6ca955ea78af5b99d8ac17e57747b6a1e69027d5 /target/linux/lantiq/patches-3.18/0038-MIPS-lantiq-fpi-on-ar9.patch | |
parent | ba0ba1e1f5b403e83a8cbdd90ba065e626318e30 (diff) | |
download | upstream-fff859a1f6a7a319053e4efce787b88bc76985ab.tar.gz upstream-fff859a1f6a7a319053e4efce787b88bc76985ab.tar.bz2 upstream-fff859a1f6a7a319053e4efce787b88bc76985ab.zip |
lantiq: remove 3.18 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47774
Diffstat (limited to 'target/linux/lantiq/patches-3.18/0038-MIPS-lantiq-fpi-on-ar9.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.18/0038-MIPS-lantiq-fpi-on-ar9.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/lantiq/patches-3.18/0038-MIPS-lantiq-fpi-on-ar9.patch b/target/linux/lantiq/patches-3.18/0038-MIPS-lantiq-fpi-on-ar9.patch deleted file mode 100644 index 5fbe0a1137..0000000000 --- a/target/linux/lantiq/patches-3.18/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 <ben.mulvihill@gmail.com> ---- - 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) |