diff options
author | John Crispin <john@openwrt.org> | 2014-08-07 14:41:19 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-07 14:41:19 +0000 |
commit | bc67bd229555f708717cd7647429f64b4c563a52 (patch) | |
tree | 09c23e958577e32fef82db5d7c1821e3049cea17 /target/linux/ramips/patches-3.14/0010-MIPS-ralink-define-the-wmac-clock-on-rt3883.patch | |
parent | e41a0cafff16f2443e587884782172c6d8478771 (diff) | |
download | upstream-bc67bd229555f708717cd7647429f64b4c563a52.tar.gz upstream-bc67bd229555f708717cd7647429f64b4c563a52.tar.bz2 upstream-bc67bd229555f708717cd7647429f64b4c563a52.zip |
ralink: add 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42040
Diffstat (limited to 'target/linux/ramips/patches-3.14/0010-MIPS-ralink-define-the-wmac-clock-on-rt3883.patch')
-rw-r--r-- | target/linux/ramips/patches-3.14/0010-MIPS-ralink-define-the-wmac-clock-on-rt3883.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-3.14/0010-MIPS-ralink-define-the-wmac-clock-on-rt3883.patch b/target/linux/ramips/patches-3.14/0010-MIPS-ralink-define-the-wmac-clock-on-rt3883.patch new file mode 100644 index 0000000000..551bd2a8eb --- /dev/null +++ b/target/linux/ramips/patches-3.14/0010-MIPS-ralink-define-the-wmac-clock-on-rt3883.patch @@ -0,0 +1,25 @@ +From 1f17cf131fc2ae7fa2651dbe6a622dd125939718 Mon Sep 17 00:00:00 2001 +From: John Crispin <blogic@openwrt.org> +Date: Sun, 27 Jul 2014 10:14:30 +0100 +Subject: [PATCH 10/57] MIPS: ralink: define the wmac clock on rt3883 + +Signed-off-by: John Crispin <blogic@openwrt.org> +--- + arch/mips/ralink/rt3883.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/arch/mips/ralink/rt3883.c b/arch/mips/ralink/rt3883.c +index b474ac2..58b5b9f 100644 +--- a/arch/mips/ralink/rt3883.c ++++ b/arch/mips/ralink/rt3883.c +@@ -204,6 +204,7 @@ void __init ralink_clk_init(void) + ralink_clk_add("10000b00.spi", sys_rate); + ralink_clk_add("10000c00.uartlite", 40000000); + ralink_clk_add("10100000.ethernet", sys_rate); ++ ralink_clk_add("10180000.wmac", 40000000); + } + + void __init ralink_of_remap(void) +-- +1.7.10.4 + |