summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock3xxx_data.c
diff options
context:
space:
mode:
authorRajendra Nayak2011-02-25 23:48:37 +0100
committerPaul Walmsley2011-02-26 00:09:53 +0100
commit5a2926b8805bc697d47a243dbf2f20de68abe14c (patch)
tree6b9513bbe502d8c1cca886587ca736fe219d72fc /arch/arm/mach-omap2/clock3xxx_data.c
parentomap: clock: Check for enable/disable ops support (diff)
downloadkernel-qcow2-linux-5a2926b8805bc697d47a243dbf2f20de68abe14c.tar.gz
kernel-qcow2-linux-5a2926b8805bc697d47a243dbf2f20de68abe14c.tar.xz
kernel-qcow2-linux-5a2926b8805bc697d47a243dbf2f20de68abe14c.zip
omap3: dpll: Populate clkops for dpll1_ck
DPLL1 on omap3 is very similar to the rest of the non-core dpll's. Hence populate clkops_omap3_noncore_dpll_ops as the clkops for it, instead of the currently populated clkops_null. Signed-off-by: Rajendra Nayak <rnayak@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock3xxx_data.c')
-rw-r--r--arch/arm/mach-omap2/clock3xxx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c
index f14d986f0b5d..0cdb8343d658 100644
--- a/arch/arm/mach-omap2/clock3xxx_data.c
+++ b/arch/arm/mach-omap2/clock3xxx_data.c
@@ -296,7 +296,7 @@ static struct dpll_data dpll1_dd = {
static struct clk dpll1_ck = {
.name = "dpll1_ck",
- .ops = &clkops_null,
+ .ops = &clkops_omap3_noncore_dpll_ops,
.parent = &sys_ck,
.dpll_data = &dpll1_dd,
.round_rate = &omap2_dpll_round_rate,