]> Zhao Yanbai Git Server - minix.git/commit
ARM: fix clock
authorThomas Veerman <thomas@minix3.org>
Tue, 8 Jan 2013 12:02:38 +0000 (13:02 +0100)
committerThomas Veerman <thomas@minix3.org>
Fri, 11 Jan 2013 09:18:36 +0000 (09:18 +0000)
commitc77228c77beaa3299c51542a0674aa9645766e9a
treece1696d555bb1b69e466dd25b8aa6a4013a38ea5
parentaa3623d873313f7029eb13ee5fbbd5c05191a8b8
ARM: fix clock

The GPTIMER1 clock is configured to run at 32 kHz and generate
(overflow) interrupts every 1 ms. However, the Timer Overflow Wrappping
Register (TOWR) was configured to filter every other interrupt. This
caused to the internal 'realtime' value to be off.
kernel/arch/arm/omap_timer.c