ramips: fix subtarget kernel version assignment (only mt7621 is ready for now)
[openwrt.git] / target / linux / ramips / patches-4.3 / 0035-NET-MIPS-add-ralink-SoC-ethernet-driver.patch
1 From 86ab021705a493a5276261953f4f2cb071df6722 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Mon, 22 Apr 2013 23:20:03 +0200
4 Subject: [PATCH 35/53] NET: MIPS: add ralink SoC ethernet driver
5
6 Add support for Ralink FE and ESW.
7
8 Signed-off-by: John Crispin <blogic@openwrt.org>
9 ---
10  arch/mips/ralink/rt305x.c     |    1 +
11  drivers/net/ethernet/Kconfig  |    1 +
12  drivers/net/ethernet/Makefile |    1 +
13  3 files changed, 3 insertions(+)
14
15 --- a/arch/mips/ralink/rt305x.c
16 +++ b/arch/mips/ralink/rt305x.c
17 @@ -199,6 +199,7 @@ void __init ralink_clk_init(void)
18         }
19  
20         ralink_clk_add("cpu", cpu_rate);
21 +       ralink_clk_add("sys", sys_rate);
22         ralink_clk_add("10000b00.spi", sys_rate);
23         ralink_clk_add("10000b40.spi", sys_rate);
24         ralink_clk_add("10000100.timer", wdt_rate);