]> git.karo-electronics.de Git - linux-beck.git/commit
clk: tegra: pll: Fix issues with rates for VCO PLLs
authorAndrew Bresticker <abrestic@chromium.org>
Thu, 18 Jun 2015 21:28:37 +0000 (17:28 -0400)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Dec 2015 12:37:57 +0000 (13:37 +0100)
commitafff455cf4f2501d30446eefbfd0aecb14b8a0b8
tree64ace5de7abeb420e49c91f7d4971b238749ba6d
parent6b301a059eb2ebed1b12a900e3b21a38e48dd410
clk: tegra: pll: Fix issues with rates for VCO PLLs

Without this change clk_get_rate would return the final output
rather than the VCO output as it would factor in the pdiv when
it shouldn't. This will cause problems for all dividers in the
subtree of the VCO PLL.

Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Reviewed-by: Benson Leung <bleung@chromium.org>
Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/clk/tegra/clk-pll.c