ramips: make rt3883 usb work properly
[openwrt.git] / target / linux / ramips / patches-3.9 / 0139-MIPS-ralink-add-spi-clock-definition-to-mt7620a.patch
1 From 17d26ed75f0981cdc497f9062aec5f66d3c44d88 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Thu, 23 May 2013 18:46:25 +0200
4 Subject: [PATCH 139/164] MIPS: ralink: add spi clock definition to mt7620a
5
6 Signed-off-by: John Crispin <blogic@openwrt.org>
7 ---
8  arch/mips/ralink/mt7620.c |    1 +
9  1 file changed, 1 insertion(+)
10
11 diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c
12 index 69729a5..08c96db6 100644
13 --- a/arch/mips/ralink/mt7620.c
14 +++ b/arch/mips/ralink/mt7620.c
15 @@ -183,6 +183,7 @@ void __init ralink_clk_init(void)
16         ralink_clk_add("cpu", cpu_rate);
17         ralink_clk_add("10000100.timer", 40000000);
18         ralink_clk_add("10000500.uart", 40000000);
19 +       ralink_clk_add("10000b00.spi", 40000000);
20         ralink_clk_add("10000c00.uartlite", 40000000);
21  }
22  
23 -- 
24 1.7.10.4
25