Searched hist:"2 d5b6cf84a1764aa9837128bc1e6fd53cb0bb9c1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-tegra210.c | diff 2d5b6cf84a1764aa9837128bc1e6fd53cb0bb9c1 Mon Dec 21 06:56:32 CST 2015 Jon Hunter <jonathanh@nvidia.com> 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>
|