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:
8c2ea81
)
rk30: clock: support ddr driver freq change
author
黄涛
<huangtao@rock-chips.com>
Tue, 24 Apr 2012 12:06:22 +0000
(20:06 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 24 Apr 2012 12:06:22 +0000
(20:06 +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 230c6b511c79fec80215b4b1e7a2f987ff9adeae..06bf4cb85b5a9412e58689c89c890b56b0e88146 100755
(executable)
--- a/
arch/arm/mach-rk30/clock_data.c
+++ b/
arch/arm/mach-rk30/clock_data.c
@@
-1018,7
+1018,7
@@
static struct clk ddr_pll_clk = {
.name = "ddr_pll",
.parent = &xin24m,
.recalc = plls_clk_recalc,
-
//.set_rate
= ddr_pll_clk_set_rate,
+
.set_rate
= ddr_pll_clk_set_rate,
.pll=&dpll_data,
};