projects
/
deliverable
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a34cd46
)
clk: ti: am335x: remove unecessary cpu0 clk node
author
Nishanth Menon
<nm@ti.com>
Wed, 29 Jan 2014 18:19:16 +0000
(12:19 -0600)
committer
Mike Turquette
<mturquette@linaro.org>
Tue, 25 Feb 2014 06:56:38 +0000
(22:56 -0800)
cpu0 clock node has no functionality, since cpufreq-cpu0 is already
capable of picking up the clock from dts.
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/ti/clk-33xx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/ti/clk-33xx.c
b/drivers/clk/ti/clk-33xx.c
index 776ee4594bd44aebe2c457ba40ed6aea8ddd81fd..028b33783d383c695a8c3ef6a467e09634094ad5 100644
(file)
--- a/
drivers/clk/ti/clk-33xx.c
+++ b/
drivers/clk/ti/clk-33xx.c
@@
-34,7
+34,6
@@
static struct ti_dt_clk am33xx_clks[] = {
DT_CLK(NULL, "dpll_core_m5_ck", "dpll_core_m5_ck"),
DT_CLK(NULL, "dpll_core_m6_ck", "dpll_core_m6_ck"),
DT_CLK(NULL, "dpll_mpu_ck", "dpll_mpu_ck"),
- DT_CLK("cpu0", NULL, "dpll_mpu_ck"),
DT_CLK(NULL, "dpll_mpu_m2_ck", "dpll_mpu_m2_ck"),
DT_CLK(NULL, "dpll_ddr_ck", "dpll_ddr_ck"),
DT_CLK(NULL, "dpll_ddr_m2_ck", "dpll_ddr_m2_ck"),
This page took
0.04619 seconds
and
5
git commands to generate.