clk: iproc: round clock rate to the closest
authorLori Hikichi <lhikichi@broadcom.com>
Fri, 12 Jun 2020 22:52:12 +0000 (15:52 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 24 Jul 2020 08:54:18 +0000 (01:54 -0700)
commit9f7d5042a64160e20c73d734f9ed5dd8c6bba205
treed3e36601f321fa2977b8bded65847e358186f9d1
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407
clk: iproc: round clock rate to the closest

Change from 'DIV_ROUND_UP' to 'DIV_ROUND_CLOSEST' when calculating the
clock divisor in the iProc ASIU clock driver to allow to get to the
closest clock rate.

Fixes: 5fe225c105fd ("clk: iproc: add initial common clock support")
Signed-off-by: Lori Hikichi <lhikichi@broadcom.com>
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Link: https://lore.kernel.org/r/20200612225212.124301-1-ray.jui@broadcom.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/bcm/clk-iproc-asiu.c