Skip to content

Commit 6c4a057

Browse files
Rajendra NayakPaul Walmsley
authored andcommitted
ARM: OMAP4: clock data: Force a DPLL clkdm/pwrdm ON before a relock
All DPLLs except USB are in ALWON powerdomain. Make sure the clkdm/pwrdm for USB DPLL (l3init) is turned on before attempting a DPLL relock. So, mark the database accordingly. Without this fix, it was seen that DPLL relock fails while testing relock in a loop of USB DPLL. Cc: Nishanth Menon <[email protected]> Tested-by: Ameya Palande <[email protected]> Signed-off-by: Rajendra Nayak <[email protected]> Signed-off-by: Paul Walmsley <[email protected]>
1 parent 91a290c commit 6c4a057

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mach-omap2/clock44xx_data.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@ static struct clk dpll_usb_ck = {
978978
.recalc = &omap3_dpll_recalc,
979979
.round_rate = &omap2_dpll_round_rate,
980980
.set_rate = &omap3_noncore_dpll_set_rate,
981+
.clkdm_name = "l3_init_clkdm",
981982
};
982983

983984
static struct clk dpll_usb_clkdcoldo_ck = {

0 commit comments

Comments
 (0)