aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/clock_imx27.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx2/clock_imx27.c')
-rw-r--r--arch/arm/mach-mx2/clock_imx27.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/clock_imx27.c b/arch/arm/mach-mx2/clock_imx27.c
index 047e71e6ea9a..7b2c1122d9ab 100644
--- a/arch/arm/mach-mx2/clock_imx27.c
+++ b/arch/arm/mach-mx2/clock_imx27.c
@@ -1551,7 +1551,7 @@ static void __init probe_mxc_clocks(void)
1551 * must be called very early to get information about the 1551 * must be called very early to get information about the
1552 * available clock rate when the timer framework starts 1552 * available clock rate when the timer framework starts
1553 */ 1553 */
1554int __init mxc_clocks_init(unsigned long fref) 1554int __init mx27_clocks_init(unsigned long fref)
1555{ 1555{
1556 u32 cscr; 1556 u32 cscr;
1557 struct clk **clkp; 1557 struct clk **clkp;
@@ -1593,5 +1593,8 @@ int __init mxc_clocks_init(unsigned long fref)
1593#ifdef CONFIG_DEBUG_LL_CONSOLE 1593#ifdef CONFIG_DEBUG_LL_CONSOLE
1594 clk_enable(&uart1_clk[0]); 1594 clk_enable(&uart1_clk[0]);
1595#endif 1595#endif
1596
1597 mxc_timer_init(&gpt1_clk[0]);
1598
1596 return 0; 1599 return 0;
1597} 1600}