diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2012-11-18 16:06:41 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-21 19:20:43 +0100 |
commit | 26f01998b0657a61167a819f1c37cb9f9e9d674b (patch) | |
tree | c3bb8a7793c5e3ff953b0e2920f69d6e39be7a59 /arch/arm/mach-omap2/timer.c | |
parent | ARM: OMAP2+: timer: remove CONFIG_OMAP_32K_TIMER (diff) | |
download | linux-26f01998b0657a61167a819f1c37cb9f9e9d674b.tar.xz linux-26f01998b0657a61167a819f1c37cb9f9e9d674b.zip |
ARM: OMAP3: cm-t3517: use GPTIMER for system clock
cm-t3517 starting from revision 1.2 does not have the 32K oscilator
wired to the AM3517 SoC.
Therefore switch to use the GPTIMER for system clock.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/mach-omap2/timer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index bbe3cc2c1fca..b9cff72ceaec 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c @@ -594,6 +594,9 @@ OMAP_SYS_TIMER(3, sync32k); OMAP_SYS_32K_TIMER_INIT(3_secure, 12, OMAP3_32K_SOURCE, "ti,timer-secure", 2, OMAP3_MPU_SOURCE); OMAP_SYS_TIMER(3_secure, sync32k); +OMAP_SYS_GP_TIMER_INIT(3_gp, 1, OMAP3_MPU_SOURCE, "ti,timer-alwon", + 2, OMAP3_MPU_SOURCE); +OMAP_SYS_TIMER(3_gp, gptimer); #endif /* CONFIG_ARCH_OMAP3 */ #ifdef CONFIG_SOC_AM33XX |