summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-tegra/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/arch-tegra/clock.h')
-rw-r--r--arch/arm/include/asm/arch-tegra/clock.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-tegra/clock.h b/arch/arm/include/asm/arch-tegra/clock.h
index 7cdfe935ab..83abc43158 100644
--- a/arch/arm/include/asm/arch-tegra/clock.h
+++ b/arch/arm/include/asm/arch-tegra/clock.h
@@ -238,7 +238,12 @@ int clock_verify(void);
/* Initialize the clocks */
void clock_init(void);
-/* Initialize the PLLs */
-void clock_early_init(void);
+/**
+ * Initialize the PLLs
+ *
+ * @param pllp_base Base clock for PLLP - should be 408000000 or
+ * 216000000 are supported for the moment.
+ */
+int clock_early_init(ulong pllp_base);
#endif