clk: tegra: Fixup post dividers on Tegra210
authorThierry Reding <treding@nvidia.com>
Fri, 5 Feb 2016 16:17:32 +0000 (17:17 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 10 Jun 2016 14:11:44 +0000 (16:11 +0200)
commiteddb65e7fdeac175cd61c54da5a217f47861ddd2
tree163488134796b1dd5b835776572ec07c3e416fb5
parent1a695a905c18548062509178b98bc91e67510864
clk: tegra: Fixup post dividers on Tegra210

Commit 86c679a52294 ("clk: tegra: pll: Fix _pll_ramp_calc_pll logic and
_calc_dynamic_ramp_rate") changed the PLL divider computation logic to
consistently use P-divider values from tables as real dividers rather
than the hardware values. Unfortunately for some reason many of the
Tegra210 clocks didn't have their tables updated (most likely an over-
sight by me when applying the patches). This commit fixes them all up.

Cc: Jon Hunter <jonathanh@nvidia.com>
Cc: Rhyland Klein <rklein@nvidia.com>
Acked-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/clk/tegra/clk-tegra210.c