Searched hist:"14050118 afee4d8bd81d22fefa3e986172b08bc6" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-tegra210.c | diff 14050118afee4d8bd81d22fefa3e986172b08bc6 Thu Jan 14 13:24:31 CST 2016 Rhyland Klein <rklein@nvidia.com> clk: tegra: Remove improper flags for lock_enable
Most PLL's don't actually have LOCK_ENABLE bits. However, most PLL's also had that flag set, which meant that the clk code was trying to enable locks, and inadvertantly flipping bits in other fields.
For PLLM, ensure the correct register is used for the misc_register. PLL_MISC0 contains the EN_LCKDET bit which should be used for enabling the lock, and PLLM_MISC1 shouldn't be used at all.
Lastly, remove some of the settings which would point to the EN_LCKDET bits for some PLLs. There is no need to enable the locks, and that is done as part of the set_defaults logic already.
Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|