summaryrefslogtreecommitdiff
path: root/include/linux/clk
diff options
context:
space:
mode:
authorKrishna Sitaraman <ksitaraman@nvidia.com>2013-05-14 15:18:41 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:26:03 -0700
commitf9edaeefaf0f38f8a716439c36b2535e4fff2ee7 (patch)
tree1f02f9660e177aa1e18292a0364a22c29916e98f /include/linux/clk
parent17d9a3558429099c7151560f47b5c528a4c564ba (diff)
ARM: tegra12: clock: Adding support to select CSI clock source
CSI has two clock sources, PLL_D and the MIPI Brick. Adding select option for choosing the appropriate clock. Bug 1231122 Change-Id: Iafc0004f33bea670cac8e2480af52bf42e753f6a Signed-off-by: Krishna Sitaraman <ksitaraman@nvidia.com> Reviewed-on: http://git-master/r/228525 Reviewed-by: Chao Xu <cxu@nvidia.com>
Diffstat (limited to 'include/linux/clk')
-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 8a6724ac5c4b..94fbaa74a64a 100644
--- a/include/linux/clk/tegra.h
+++ b/include/linux/clk/tegra.h
@@ -129,6 +129,7 @@ enum tegra_clk_ex_param {
TEGRA_CLK_PLLD_MIPI_MUX_SEL,
TEGRA_CLK_DFLL_LOCK,
TEGRA_CLK_SOR_CLK_SEL,
+ TEGRA_CLK_MIPI_CSI_OUT_ENB,
};
void tegra_periph_reset_deassert(struct clk *c);