ramips: register clock device for the WMAC on RT3883

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 40557
This commit is contained in:
John Crispin 2014-04-23 07:51:57 +00:00
parent b079019bd9
commit 720a0a1df1

View File

@ -0,0 +1,10 @@
--- a/arch/mips/ralink/rt3883.c
+++ b/arch/mips/ralink/rt3883.c
@@ -111,6 +111,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)