Loading
clk: msm: Fix pll out div programming
The PLL out divider is currently not programmed when the PLL is
locked. Since they are setup as fixed ratio dividers, the set_div
is not called during set_rate. So this fix moves the pll out div
programming to pll out mux selection callback which gets called
during set_rate.
Change-Id: I48b0254c6eb308071706258d2b5a77f06d9927c2
Signed-off-by:
Rajkumar Subbiah <rsubbia@codeaurora.org>