mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	Sync the patches with those sent upstream for v3.12. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37778
		
			
				
	
	
		
			23 lines
		
	
	
		
			729 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			729 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From d0da9f08ef37e9f639e3b7995d722684da2410a2 Mon Sep 17 00:00:00 2001
 | 
						|
From: John Crispin <blogic@openwrt.org>
 | 
						|
Date: Thu, 23 May 2013 18:46:25 +0200
 | 
						|
Subject: [PATCH 14/25] MIPS: ralink: mt7620: add spi clock definition
 | 
						|
 | 
						|
The definition of the spi clock is missing.
 | 
						|
 | 
						|
Signed-off-by: John Crispin <blogic@openwrt.org>
 | 
						|
---
 | 
						|
 arch/mips/ralink/mt7620.c |    1 +
 | 
						|
 1 file changed, 1 insertion(+)
 | 
						|
 | 
						|
--- a/arch/mips/ralink/mt7620.c
 | 
						|
+++ b/arch/mips/ralink/mt7620.c
 | 
						|
@@ -167,6 +167,7 @@ void __init ralink_clk_init(void)
 | 
						|
 	ralink_clk_add("cpu", cpu_rate);
 | 
						|
 	ralink_clk_add("10000100.timer", 40000000);
 | 
						|
 	ralink_clk_add("10000500.uart", 40000000);
 | 
						|
+	ralink_clk_add("10000b00.spi", 40000000);
 | 
						|
 	ralink_clk_add("10000c00.uartlite", 40000000);
 | 
						|
 }
 | 
						|
 
 |