OMAP3/4: DPLL: Add allow_idle/deny_idle support for all DPLL's
All OMAP3/4 dpll's support hardware level autogating. Populate allow_idle/deny_idle function pointers for all DPLL's in clkops. Signed-off-by: Rajendra Nayak <rnayak@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
This commit is contained in:
committed by
Paul Walmsley
parent
58e846fe78
commit
6c6f5a7437
@@ -443,7 +443,7 @@ static struct clk dpll_core_ck = {
|
||||
.parent = &sys_clkin_ck,
|
||||
.dpll_data = &dpll_core_dd,
|
||||
.init = &omap2_init_dpll_parent,
|
||||
.ops = &clkops_null,
|
||||
.ops = &clkops_omap3_core_dpll_ops,
|
||||
.recalc = &omap3_dpll_recalc,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user