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:
e487ae3
)
rk3026: surnamed clk_core_periph as smp_twd
author
chenxing
<chenxing@rock-chips.com>
Wed, 31 Jul 2013 10:27:20 +0000
(18:27 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Wed, 31 Jul 2013 10:27:20 +0000
(18:27 +0800)
arch/arm/mach-rk3026/clock_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk3026/clock_data.c
b/arch/arm/mach-rk3026/clock_data.c
index 3dd357eed5931402fce5b4f091d3230edba6e067..f1a2793aa4ba15494d75c6e0e06608f61b722a91 100755
(executable)
--- a/
arch/arm/mach-rk3026/clock_data.c
+++ b/
arch/arm/mach-rk3026/clock_data.c
@@
-2143,7
+2143,7
@@
static struct clk_lookup clks[] = {
CLK(NULL, "ddrphy", &clk_ddrphy),
CLK(NULL, "cpu", &clk_core_pre),
- CLK(
NULL, "smp_twd"
, &clk_core_periph),
+ CLK(
"smp_twd", NULL
, &clk_core_periph),
CLK(NULL, "l2c", &clk_l2c),
CLK(NULL, "aclk_core_pre", &aclk_core_pre),
CLK(NULL, "coredll", &clk_dll_core),