summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Solomon <daniels@nvidia.com>2014-01-08 19:50:54 -0800
committerChao Xu <cxu@nvidia.com>2014-01-10 09:42:38 -0800
commitb98420ff3f031455956e24c80ee2e1662e9a0b16 (patch)
treea98f933a4d4762e3b1cba02b221f4d12c08e3f79 /include
parentcd841780115da47284e3969d2e9b5112ed113b3a (diff)
video: tegra: dp: Turn off pll_dp when unused
Currently pll_dp is enabled in dp_setup_clk and is never disabled. Instead, enable/disable pll_dp along with the DP driver. Change-Id: I51052b028482f9492a39468411c01ba2082618b0 Signed-off-by: Daniel Solomon <daniels@nvidia.com> Reviewed-on: http://git-master/r/304570 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Jon Mayo <jmayo@nvidia.com> Reviewed-by: Animesh Kishore <ankishore@nvidia.com> Reviewed-by: Chao Xu <cxu@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/clk/tegra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk/tegra.h b/include/linux/clk/tegra.h
index 1c96ee53dbcc..59ea8e6a9587 100644
--- a/include/linux/clk/tegra.h
+++ b/include/linux/clk/tegra.h
@@ -188,6 +188,7 @@ struct tegra_clk_export_ops {
int tegra_clk_register_export_ops(struct clk *c,
struct tegra_clk_export_ops *ops);
+struct clk *tegra_get_clock_by_name(const char *name);
#ifdef CONFIG_TEGRA_CLOCK_DEBUG_FUNC
int tegra_clk_set_max(struct clk *c, unsigned long rate);