summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/clock.h
diff options
context:
space:
mode:
authorKaz Fukuoka <kfukuoka@nvidia.com>2013-01-07 16:14:02 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:49:06 -0700
commit61a5111c7856cc5e9a814318580175d3361c8bde (patch)
tree3a1b6d4afdaf9ca6c26583f53a539773ce34fddb /arch/arm/mach-tegra/clock.h
parent585fdce017a5ea001afc4eda4f725e48aef231b4 (diff)
ARM: tegra14: clock: Initial clock tree support
Change-Id: Id303fe9a39a1cb1dcdaa7595639956751ba5f02d Signed-off-by: Kaz Fukuoka <kfukuoka@nvidia.com> Reviewed-on: http://git-master/r/189341 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/clock.h')
-rw-r--r--arch/arm/mach-tegra/clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/clock.h b/arch/arm/mach-tegra/clock.h
index 62ab90ce8f73..2cca50fddc42 100644
--- a/arch/arm/mach-tegra/clock.h
+++ b/arch/arm/mach-tegra/clock.h
@@ -7,7 +7,7 @@
* Author:
* Colin Cross <ccross@google.com>
*
- * Copyright (C) 2010-2012, NVIDIA Corporation.
+ * Copyright (C) 2010-2013, NVIDIA Corporation.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -362,6 +362,7 @@ struct tegra_sku_rate_limit {
void tegra2_init_clocks(void);
void tegra30_init_clocks(void);
void tegra11x_init_clocks(void);
+void tegra14x_init_clocks(void);
void tegra11x_clk_init_la(void);
void tegra_common_init_clock(void);
struct clk *tegra_get_clock_by_name(const char *name);