projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53c92d8
)
OMAP3: clock: add capability to change rate of dpll4_m5_ck_3630
author
Vimarsh Zutshi
<vimarsh.zutshi@nokia.com>
Tue, 23 Feb 2010 05:09:28 +0000
(22:09 -0700)
committer
Paul Walmsley
<paul@pwsan.com>
Wed, 24 Feb 2010 19:29:43 +0000
(12:29 -0700)
Add necessary clk_sel definitions to clock framework to allow changing
dpll4_m5_ck_3630 rate. This is used by the ISP driver.
Signed-off-by: Vimarsh Zutshi <vimarsh.zutshi@nokia.com>
[paul@pwsan.com: updated to apply]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clock3xxx_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/clock3xxx_data.c
b/arch/arm/mach-omap2/clock3xxx_data.c
index fd832300be32ed4179817e2d906da3e542f6b700..d5153b6bd6cb3bf3ef502f780227913fac5af066 100644
(file)
--- a/
arch/arm/mach-omap2/clock3xxx_data.c
+++ b/
arch/arm/mach-omap2/clock3xxx_data.c
@@
-927,6
+927,8
@@
static struct clk dpll4_m5_ck_3630 __initdata = {
.clksel_mask = OMAP3630_CLKSEL_CAM_MASK,
.clksel = div32_dpll4_clksel,
.clkdm_name = "dpll4_clkdm",
+ .set_rate = &omap2_clksel_set_rate,
+ .round_rate = &omap2_clksel_round_rate,
.recalc = &omap2_clksel_recalc,
};