diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2012-01-09 06:35:13 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-06 18:16:15 +0100 |
commit | 7ff43eeabd19238dc5ee528f818f3d0e1ddd9f68 (patch) | |
tree | 838b98fb38d386ecbde6d9f9ffec4b3918ce4814 /arch/arm/mach-tegra/common.c | |
parent | ARM: tegra: implement basic tegra30 clock framework (diff) | |
download | linux-7ff43eeabd19238dc5ee528f818f3d0e1ddd9f68.tar.xz linux-7ff43eeabd19238dc5ee528f818f3d0e1ddd9f68.zip |
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/common.c')
-rw-r--r-- | arch/arm/mach-tegra/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index a2eb90169aed..029558114236 100644 --- a/arch/arm/mach-tegra/common.c +++ b/arch/arm/mach-tegra/common.c @@ -105,6 +105,7 @@ void __init tegra20_init_early(void) #ifdef CONFIG_ARCH_TEGRA_3x_SOC void __init tegra30_init_early(void) { + tegra30_init_clocks(); tegra_init_cache(0x441, 0x551); } #endif |