aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-imx
diff options
context:
space:
mode:
authorPavel Pisa <ppisa@pikron.com>2006-12-06 17:19:44 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-12-07 16:24:16 +0000
commit86987d5bf4db7850a8dfb073c6a3506d4e0d2bcc (patch)
treea3ed39fc3e46ee6f2273cbad8f6d60c0a53e1481 /include/asm-arm/arch-imx
parent[ARM] 3990/1: i.MX/MX1 more precise PLL decode (diff)
downloadlinux-dev-86987d5bf4db7850a8dfb073c6a3506d4e0d2bcc.tar.xz
linux-dev-86987d5bf4db7850a8dfb073c6a3506d4e0d2bcc.zip
[ARM] 3991/1: i.MX/MX1 high resolution time source
Enhanced resolution for time measurement functions. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-imx')
-rw-r--r--include/asm-arm/arch-imx/timex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-arm/arch-imx/timex.h b/include/asm-arm/arch-imx/timex.h
index 8c91674706b1..e22ba789546c 100644
--- a/include/asm-arm/arch-imx/timex.h
+++ b/include/asm-arm/arch-imx/timex.h
@@ -21,7 +21,6 @@
#ifndef __ASM_ARCH_TIMEX_H
#define __ASM_ARCH_TIMEX_H
-#include <asm/hardware.h>
-#define CLOCK_TICK_RATE (CLK32)
+#define CLOCK_TICK_RATE (16000000)
#endif