aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tcc8k/clock.c
diff options
context:
space:
mode:
authorHans J. Koch <hjk@linutronix.de>2010-09-17 18:17:42 +0200
committerThomas Gleixner <tglx@linutronix.de>2010-09-17 21:55:08 +0200
commit3de7b517dfacf1deb0690dbac28f917643e49975 (patch)
tree77548d323cef82e380f354f98132dc779aee0919 /arch/arm/mach-tcc8k/clock.c
parente9268ef2252c2dfc7e2d0c435826768bb0e549ea (diff)
downloadkernel_samsung_smdk4412-3de7b517dfacf1deb0690dbac28f917643e49975.zip
kernel_samsung_smdk4412-3de7b517dfacf1deb0690dbac28f917643e49975.tar.gz
kernel_samsung_smdk4412-3de7b517dfacf1deb0690dbac28f917643e49975.tar.bz2
ARM: Add TCC8xxx system timer
Add the system timer using clockevents with the internal TC32 timer. This also adds a clocksource using the same timer. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/mach-tcc8k/clock.c')
-rw-r--r--arch/arm/mach-tcc8k/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tcc8k/clock.c b/arch/arm/mach-tcc8k/clock.c
index a8982af..ba32a15 100644
--- a/arch/arm/mach-tcc8k/clock.c
+++ b/arch/arm/mach-tcc8k/clock.c
@@ -563,4 +563,5 @@ void __init tcc_clocks_init(unsigned long xi_freq, unsigned long xti_freq)
find_aclk_parent(lookups[i].clk);
clkdev_add(&lookups[i]);
}
+ tcc8k_timer_init(&tcz, (void __iomem *)TIMER_BASE, INT_TC32);
}