[PATCH v1 2/4] clk: iproc: Fix error in the pll post divider rate calculation
From: Stephen Boyd <hidden>
Date: 2017-12-28 22:57:42
Also in:
linux-clk, lkml
From: Stephen Boyd <hidden>
Date: 2017-12-28 22:57:42
Also in:
linux-clk, lkml
On 08/14, Lori Hikichi wrote:
The pll post divider code was using DIV_ROUND_UP when determining the divider value best suited to produce the target frequency. Using DIV_ROUND_CLOSEST will give us better divider values when the division results in a small remainder. Also, change the post divider clock over to the determine_rate api instead of round_rate. Signed-off-by: Simran Rai <redacted> Signed-off-by: Lori Hikichi <redacted> ---
Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project