]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
clk: tegra: Fix PLLE SS coefficients
authorMark Kuo <mkuo@nvidia.com>
Thu, 14 Jan 2016 19:26:42 +0000 (14:26 -0500)
committerThierry Reding <treding@nvidia.com>
Tue, 2 Feb 2016 14:49:27 +0000 (15:49 +0100)
commit442f53fb1be44c00263ebb8e7c2eff19dd019037
treec2b497f789c8f377d65a59a404a47bf4279b95f7
parentfd2963b071c1346572285a274a6ae8f26a970c4d
clk: tegra: Fix PLLE SS coefficients

The PLLE SS coefficients are different between Tegra210 and Tegra114.
Add SoC generation specific versions for Tegra114 and Tegra210 and use
them in their respective ->enable() callbacks.

Signed-off-by: Mark Kuo <mkuo@nvidia.com>
Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/clk/tegra/clk-pll.c