]> git.baikalelectronics.ru Git - kernel.git/commit
clk: tegra: Use definition for pll_u override bit
authorJon Hunter <jonathanh@nvidia.com>
Mon, 21 Dec 2015 12:56:32 +0000 (12:56 +0000)
committerThierry Reding <treding@nvidia.com>
Tue, 2 Feb 2016 14:49:31 +0000 (15:49 +0100)
commit55b3f67682f6b895128b41f0e1f72de379aee8bb
treec25c1195f7fdf2813e21fafe3a1c582752861c09
parenta1eaadd1490385e37ae950e9d66f5243914f1f36
clk: tegra: Use definition for pll_u override bit

The definition, PLLU_BASE_OVERRIDE, for the pll_u OVERRIDE bit is defined
but not used and when the OVERRIDE bit is cleared in tegra210_pll_init()
the code directly uses the bit number. Therefore, use the definition,
PLLU_BASE_OVERRIDE when clearing the OVERRIDE bit.

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