kernel: update 3.14 to 3.14.18
[openwrt.git] / target / linux / ramips / patches-3.14 / 0010-MIPS-ralink-define-the-wmac-clock-on-rt3883.patch
1 From 1f17cf131fc2ae7fa2651dbe6a622dd125939718 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Sun, 27 Jul 2014 10:14:30 +0100
4 Subject: [PATCH 10/57] MIPS: ralink: define the wmac clock on rt3883
5
6 Signed-off-by: John Crispin <blogic@openwrt.org>
7 ---
8  arch/mips/ralink/rt3883.c |    1 +
9  1 file changed, 1 insertion(+)
10
11 --- a/arch/mips/ralink/rt3883.c
12 +++ b/arch/mips/ralink/rt3883.c
13 @@ -204,6 +204,7 @@ void __init ralink_clk_init(void)
14         ralink_clk_add("10000b00.spi", sys_rate);
15         ralink_clk_add("10000c00.uartlite", 40000000);
16         ralink_clk_add("10100000.ethernet", sys_rate);
17 +       ralink_clk_add("10180000.wmac", 40000000);
18  }
19  
20  void __init ralink_of_remap(void)