projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61557f
)
rk30: emmc force even div
author
chenxing
<chenxing@rock-chips.com>
Sat, 1 Jun 2013 02:45:56 +0000
(10:45 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Sat, 1 Jun 2013 02:45:56 +0000
(10:45 +0800)
arch/arm/mach-rk30/clock_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/clock_data.c
b/arch/arm/mach-rk30/clock_data.c
index 6e41a410804e6575df4cecbe5a35717297239c57..927d271d15b4dcb7b35611afadc63391dfc5ccbe 100644
(file)
--- a/
arch/arm/mach-rk30/clock_data.c
+++ b/
arch/arm/mach-rk30/clock_data.c
@@
-1696,7
+1696,7
@@
static struct clk clk_emmc = {
.parent = &hclk_periph,
.mode = gate_mode,
.recalc = clksel_recalc_div,
- .set_rate = clksel_set_rate_
freediv
,
+ .set_rate = clksel_set_rate_
even
,
.gate_idx = CLK_GATE_EMMC,
.clksel_con =CRU_CLKSELS_CON(12),
CRU_DIV_SET(0x3f,8,64),