diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2012-01-09 00:35:13 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-06 12:16:15 -0500 |
commit | 7ff43eeabd19238dc5ee528f818f3d0e1ddd9f68 (patch) | |
tree | 838b98fb38d386ecbde6d9f9ffec4b3918ce4814 /arch/arm/mach-tegra/clock.h | |
parent | d9cc6f76b62b065147f8dcb92e6374edbe2c3bf0 (diff) |
ARM: tegra: enable tegra30 clock framework
Add init calls for clocks on tegra30.
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/clock.h')
-rw-r--r-- | arch/arm/mach-tegra/clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/clock.h b/arch/arm/mach-tegra/clock.h index 18f8b857361d..bc300657deba 100644 --- a/arch/arm/mach-tegra/clock.h +++ b/arch/arm/mach-tegra/clock.h | |||
@@ -160,6 +160,7 @@ struct tegra_clk_init_table { | |||
160 | }; | 160 | }; |
161 | 161 | ||
162 | void tegra2_init_clocks(void); | 162 | void tegra2_init_clocks(void); |
163 | void tegra30_init_clocks(void); | ||
163 | void clk_init(struct clk *clk); | 164 | void clk_init(struct clk *clk); |
164 | struct clk *tegra_get_clock_by_name(const char *name); | 165 | struct clk *tegra_get_clock_by_name(const char *name); |
165 | int clk_reparent(struct clk *c, struct clk *parent); | 166 | int clk_reparent(struct clk *c, struct clk *parent); |