clk: tegra: pll: Don't unconditionally set LOCK flags
authorRhyland Klein <rklein@nvidia.com>
Thu, 18 Jun 2015 21:28:23 +0000 (17:28 -0400)
committerThierry Reding <treding@nvidia.com>
Fri, 20 Nov 2015 17:05:02 +0000 (18:05 +0100)
commit3706b43629f5b9fd4efce192da40ffa9412e75ee
tree51dd671dcc551fbfdedf544179413acd019dcf63
parent56fd27b31f1a216623f285bb77b4bcb6129e84c2
clk: tegra: pll: Don't unconditionally set LOCK flags

SoC specific drivers should define the appropriate flags for each
PLL rather than relying on the registration functions to automatically
set flags on their behalf. This will properly allow for changes between
SoC generations where flags might be different and allow sharing the
same logic functions.

Reviewed-by: Benson Leung <bleung@chromium.org>
Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/clk/tegra/clk-pll.c
drivers/clk/tegra/clk-tegra114.c
drivers/clk/tegra/clk-tegra124.c
drivers/clk/tegra/clk-tegra20.c
drivers/clk/tegra/clk-tegra30.c