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:
99aaa93
)
rk3188: init sdio rate=24.75M to ensure even div
author
chenxing
<chenxing@rock-chips.com>
Mon, 28 Jan 2013 07:59:00 +0000
(15:59 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Mon, 28 Jan 2013 07:59:00 +0000
(15:59 +0800)
arch/arm/mach-rk3188/clock_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk3188/clock_data.c
b/arch/arm/mach-rk3188/clock_data.c
index 11bc67008b73f7dab0f6a14f4dc55e0c5e97236e..cd8adee1fb41a42a18e352324cdc224c4ef0c7de 100755
(executable)
--- a/
arch/arm/mach-rk3188/clock_data.c
+++ b/
arch/arm/mach-rk3188/clock_data.c
@@
-3141,6
+3141,7
@@
static void __init rk30_clock_common_init(unsigned long gpll_rate, unsigned long
clk_set_rate_nolock(&clk_uart0, 49500000);
clk_set_rate_nolock(&clk_sdmmc, 24750000);
+ clk_set_rate_nolock(&clk_sdio, 24750000);
}