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:
e62e329
)
rk30: clock: fix smp_twd name
author
黄涛
<huangtao@rock-chips.com>
Tue, 27 Mar 2012 10:02:09 +0000
(18:02 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 27 Mar 2012 10:02:25 +0000
(18:02 +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 b468e1679ce784bb8c0c96ae2db25e761c32e6e3..5c56d9a562f5efe6564b3e8608a4481af7cd4ed5 100755
(executable)
--- a/
arch/arm/mach-rk30/clock_data.c
+++ b/
arch/arm/mach-rk30/clock_data.c
@@
-2320,7
+2320,7
@@
static struct clk_lookup clks[] = {
CLK(NULL, "ddr", &clk_ddr),
//CLK(NULL, "core_gpll_path", &clk_cpu_gpll_path),
CLK(NULL, "cpu", &clk_cpu),
- CLK(
NULL, "smp_twd"
, &core_periph),
+ CLK(
"smp_twd", NULL
, &core_periph),
CLK(NULL, "aclk_cpu", &aclk_cpu),
CLK(NULL, "hclk_cpu", &hclk_cpu),
CLK(NULL, "pclk_cpu", &pclk_cpu),