You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
898 B
30 lines
898 B
![]()
9 years ago
|
From 86ab021705a493a5276261953f4f2cb071df6722 Mon Sep 17 00:00:00 2001
|
||
![]()
10 years ago
|
From: John Crispin <blogic@openwrt.org>
|
||
|
Date: Mon, 22 Apr 2013 23:20:03 +0200
|
||
![]()
9 years ago
|
Subject: [PATCH 35/53] NET: MIPS: add ralink SoC ethernet driver
|
||
![]()
10 years ago
|
|
||
|
Add support for Ralink FE and ESW.
|
||
|
|
||
|
Signed-off-by: John Crispin <blogic@openwrt.org>
|
||
|
---
|
||
![]()
9 years ago
|
arch/mips/ralink/rt305x.c | 1 +
|
||
|
drivers/net/ethernet/Kconfig | 1 +
|
||
|
drivers/net/ethernet/Makefile | 1 +
|
||
|
3 files changed, 3 insertions(+)
|
||
|
|
||
|
diff --git a/arch/mips/ralink/rt305x.c b/arch/mips/ralink/rt305x.c
|
||
|
index 51f33a5..d7c4ba4 100644
|
||
![]()
10 years ago
|
--- a/arch/mips/ralink/rt305x.c
|
||
|
+++ b/arch/mips/ralink/rt305x.c
|
||
|
@@ -199,6 +199,7 @@ void __init ralink_clk_init(void)
|
||
|
}
|
||
|
|
||
|
ralink_clk_add("cpu", cpu_rate);
|
||
|
+ ralink_clk_add("sys", sys_rate);
|
||
|
ralink_clk_add("10000b00.spi", sys_rate);
|
||
![]()
9 years ago
|
ralink_clk_add("10000b40.spi", sys_rate);
|
||
![]()
10 years ago
|
ralink_clk_add("10000100.timer", wdt_rate);
|
||
![]()
9 years ago
|
--
|
||
|
1.7.10.4
|
||
|
|