projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08b6a61
)
blackfin: spi clock is in sysclk1 domain instead of sysclk0
author
Scott Jiang
<scott.jiang.linux@gmail.com>
Fri, 30 May 2014 08:43:34 +0000
(16:43 +0800)
committer
Sonic 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
patch
|
blob
|
history
diff --git
a/arch/blackfin/include/asm/clock.h
b/arch/blackfin/include/asm/clock.h
index 59d3faa29dfac17f5cb51eecafd285cd88825d10..05ae03c09a304043884f3b61a6acff969d93b4ae 100644
(file)
--- a/
arch/blackfin/include/asm/clock.h
+++ b/
arch/blackfin/include/asm/clock.h
@@
-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_sclk
0
+# define get_spi_clk get_sclk
1
#else
# define get_uart_clk get_sclk
# define get_i2c_clk get_sclk