ARM: OMAP: Fix 32 kHz timer and modify GP timer to use GPT1
authorTimo Teras <timo.teras@solidboot.com>
Mon, 26 Jun 2006 23:16:13 +0000 (16:16 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Jun 2006 23:16:13 +0000 (16:16 -0700)
commite32f7ec2e8bf00756c74a5e6a80bc59e949dd81d
tree1b1e7d588c520ddad11c7ab036c4a50a5e92a49e
parent77900a2fc3bfb1eb6eaa6d43eef4591e1f7c600d
ARM: OMAP: Fix 32 kHz timer and modify GP timer to use GPT1

The dmtimer framework update broke 32 kHz timer as udelay() does not work
before system timer is started (and GPT1 should not be reset).
This also makes the GP timer use GPT1. This requires a fix in clock framework.

Signed-off-by: Timo Teras <timo.teras@solidboot.com>
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/timer-gp.c
arch/arm/plat-omap/dmtimer.c