projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260c37f
)
clk: zte: Remove CLK_IS_ROOT
author
Stephen Boyd
<sboyd@codeaurora.org>
Tue, 1 Mar 2016 19:00:08 +0000
(11:00 -0800)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 15 Apr 2016 23:50:07 +0000
(16:50 -0700)
This flag is a no-op now. Remove usage of the flag.
Cc: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/zte/clk-zx296702.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/zte/clk-zx296702.c
b/drivers/clk/zte/clk-zx296702.c
index ebd20d852e733ea788269246f20f3ccb02acae6a..76e967c19775740238da5ecbab360d969cc08e3d 100644
(file)
--- a/
drivers/clk/zte/clk-zx296702.c
+++ b/
drivers/clk/zte/clk-zx296702.c
@@
-234,8
+234,7
@@
static void __init zx296702_top_clocks_init(struct device_node *np)
WARN_ON(!topcrm_base);
clk[ZX296702_OSC] =
- clk_register_fixed_rate(NULL, "osc", NULL, CLK_IS_ROOT,
- 30000000);
+ clk_register_fixed_rate(NULL, "osc", NULL, 0, 30000000);
clk[ZX296702_PLL_A9] =
clk_register_zx_pll("pll_a9", "osc", 0, topcrm_base
+ 0x01c, pll_a9_config,