ARM: OMAP4+: Fix DPLL programming sequence
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 23 May 2016 08:01:19 +0000 (13:31 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:47:57 +0000 (15:47 -0400)
commit9b77b19178446393fce2e74554815c17454f8da8
tree72bf8dd28d739040e0829f59617dad0a6149c127
parent87c2f76f3fae11bf559996505e23b37d03f4c5dc
ARM: OMAP4+: Fix DPLL programming sequence

All the output clock parameters of a DPLL needs to be programmed before
locking the DPLL. But it is being configured after locking the DPLL which
could potentially bypass DPLL. So fixing this sequence.

Reported-by: Richard Woodruff <r-woodruff2@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
arch/arm/cpu/armv7/omap-common/clocks-common.c