projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e7c32
)
clk: tegra: cclk_lp has a pllx/2 divider
author
Andrew Bresticker
<
[email protected]
>
Fri, 27 Dec 2013 00:44:26 +0000
(16:44 -0800)
committer
Peter De Schrijver
<
[email protected]
>
Mon, 17 Feb 2014 14:18:28 +0000
(16:18 +0200)
When pll_x is the parent of cclk_lp, PLLX_DIV2_BYPASS_LP determines
whether cclk_lp output is divided by 2. Set TEGRA_DIVIDER_2 so that
the clk_super driver is aware of this.
Signed-off-by: Andrew Bresticker <
[email protected]
>
drivers/clk/tegra/clk-tegra-super-gen4.c
patch
|
blob
|
history
diff --git
a/drivers/clk/tegra/clk-tegra-super-gen4.c
b/drivers/clk/tegra/clk-tegra-super-gen4.c
index 05dce4aa2c11e2a0d3e73cb84f4dc6231537b08d..feb3201c85ce5df6d8786eaf2e4a0408e5890ec0 100644
(file)
--- a/
drivers/clk/tegra/clk-tegra-super-gen4.c
+++ b/
drivers/clk/tegra/clk-tegra-super-gen4.c
@@
-120,7
+120,7
@@
void __init tegra_super_clk_gen4_init(void __iomem *clk_base,
ARRAY_SIZE(cclk_lp_parents),
CLK_SET_RATE_PARENT,
clk_base + CCLKLP_BURST_POLICY,
-
0
, 4, 8, 9, NULL);
+
TEGRA_DIVIDER_2
, 4, 8, 9, NULL);
*dt_clk = clk;
}