aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter De Schrijver <[email protected]>2017-07-25 13:34:03 +0300
committerStephen Boyd <[email protected]>2017-08-23 15:57:06 -0700
commit04434cfa2b2032eae52c197ea184844dd76a329d (patch)
tree3f7263efc0a64db1da37019b1e76288bc09858ed
parent1a7da87727acfc201141d67e6edf2fb4ddcab7db (diff)
clk: tegra: Enable PLL_SS for Tegra210
Make sure the pll_ss ops are compiled even when only building for Tegra210. Signed-off-by: Peter De Schrijver <[email protected]> Reviewed-by: Shreshtha Sahu <[email protected]> Tested-by: Shreshtha Sahu <[email protected]> Reviewed-by: Jon Mayo <[email protected]> Tested-by: Thierry Reding <[email protected]> Acked-by: Thierry Reding <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r--drivers/clk/tegra/clk-pll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/tegra/clk-pll.c b/drivers/clk/tegra/clk-pll.c
index e9bdb1662219..fbd8726213ab 100644
--- a/drivers/clk/tegra/clk-pll.c
+++ b/drivers/clk/tegra/clk-pll.c
@@ -2255,7 +2255,7 @@ tegra_clk_register_pllu_tegra114(const char *name, const char *parent_name,
}
#endif
-#if defined(CONFIG_ARCH_TEGRA_124_SOC) || defined(CONFIG_ARCH_TEGRA_132_SOC)
+#if defined(CONFIG_ARCH_TEGRA_124_SOC) || defined(CONFIG_ARCH_TEGRA_132_SOC) || defined(CONFIG_ARCH_TEGRA_210_SOC)
static const struct clk_ops tegra_clk_pllss_ops = {
.is_enabled = clk_pll_is_enabled,
.enable = clk_pll_enable,