]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
blackfin: spi clock is in sysclk1 domain instead of sysclk0
authorScott Jiang <scott.jiang.linux@gmail.com>
Fri, 30 May 2014 08:43:34 +0000 (16:43 +0800)
committerSonic Zhang <sonic.zhang@analog.com>
Thu, 7 Aug 2014 07:15:09 +0000 (15:15 +0800)
Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
arch/blackfin/include/asm/clock.h

index 59d3faa29dfac17f5cb51eecafd285cd88825d10..05ae03c09a304043884f3b61a6acff969d93b4ae 100644 (file)
@@ -78,7 +78,7 @@ extern u_long get_sclk1(void);
 extern u_long get_dclk(void);
 # define get_uart_clk get_sclk0
 # define get_i2c_clk get_sclk0
-# define get_spi_clk get_sclk0
+# define get_spi_clk get_sclk1
 #else
 # define get_uart_clk get_sclk
 # define get_i2c_clk get_sclk