Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a2926b8 authored by Rajendra Nayak's avatar Rajendra Nayak Committed by Paul Walmsley
Browse files

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: default avatarRajendra Nayak <rnayak@ti.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 6c52f32d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -296,7 +296,7 @@ static struct dpll_data dpll1_dd = {


static struct clk dpll1_ck = {
static struct clk dpll1_ck = {
	.name		= "dpll1_ck",
	.name		= "dpll1_ck",
	.ops		= &clkops_null,
	.ops		= &clkops_omap3_noncore_dpll_ops,
	.parent		= &sys_ck,
	.parent		= &sys_ck,
	.dpll_data	= &dpll1_dd,
	.dpll_data	= &dpll1_dd,
	.round_rate	= &omap2_dpll_round_rate,
	.round_rate	= &omap2_dpll_round_rate,