summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-tegra2
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-07-05 10:38:24 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:58:46 -0700
commita01c20aef936ee76fe4750d90499b136dfef5964 (patch)
treed9278e7e7c1df3585d735655296f1b5d2f904df8 /arch/arm/include/asm/arch-tegra2
parent59b407de2a0e0e26c0dd649ef73e7ff3e83f3c95 (diff)
tegra2: Tidy up early clock initialization
Changed the name of this function to conform to the clock_ style, and also moved to using the enum rather than the more complex clock_get_rate(). BUG=chromium-os:17054 TEST=build and boot on Seaboard, Aebl, Kaen Change-Id: I10a12157b42488f95de890a29007060d5aa3bafc Reviewed-on: http://gerrit.chromium.org/gerrit/3653 Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Che-Liang Chiou <clchiou@chromium.org>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra2')
-rw-r--r--arch/arm/include/asm/arch-tegra2/clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-tegra2/clock.h b/arch/arm/include/asm/arch-tegra2/clock.h
index 4a5d5d115cd..28a5b95ee73 100644
--- a/arch/arm/include/asm/arch-tegra2/clock.h
+++ b/arch/arm/include/asm/arch-tegra2/clock.h
@@ -361,8 +361,8 @@ int clock_verify(void);
/* Initialize the clocks */
void clock_init(void);
-/* Initialize the plls */
-void common_pll_init(void);
+/* Initialize the PLLs */
+void clock_early_init(void);
#endif