Skip to content

Commit

Permalink
MIPS: ralink: add rt3883 wmac clock
Browse files Browse the repository at this point in the history
Register the wireless mac clock on rti3883. This is required by the wifi driver.

Signed-off-by: John Crispin <[email protected]>
Patchwork: http://patchwork.linux-mips.org/patch/8007/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
John Crispin authored and ralfbaechle committed Nov 24, 2014
1 parent f2a8bd2 commit 1e209c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/ralink/rt3883.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1e209c9

Please sign in to comment.