]> git.baikalelectronics.ru Git - kernel.git/commit
clk: tegra: Fix typos around clearing PLLE bits during enable
authorRhyland Klein <rklein@nvidia.com>
Thu, 14 Jan 2016 19:24:37 +0000 (14:24 -0500)
committerThierry Reding <treding@nvidia.com>
Tue, 2 Feb 2016 14:49:26 +0000 (15:49 +0100)
commit1e2be34eeca81c18c9f3a68b6b0a03e4a0ac79e1
treebdc7652551379221c049a13f595ec97db81adff6
parent32627d06ece1c138fb62522416bc98b490162d8e
clk: tegra: Fix typos around clearing PLLE bits during enable

While enabling PLLE on both Tegra114 and Tegra210, we should be clearing
PLLE_MISC_VREG_BG_CTRL_MASK and PLLE_MISC_VREG_CTRL_MASK not setting
them. This patch fixes both places where we incorrectly set instead of
cleared those bits.

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