diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-02-10 11:11:37 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-02-10 11:11:37 +0100 |
commit | fed9b63ca5aa999e618140cc1cc6bd73f212ec9b (patch) | |
tree | 1dc078e208d879a65f8cc2515e0817a109272d59 /arch/arm/plat-mxc/include/mach/timex.h | |
parent | d2831d1f543489ef97a20e6e65f625e195b521bf (diff) | |
parent | 3d48e1d0e8701d004ce7e1dd66088f42e429d079 (diff) |
Merge branch 'mx51-baseport-sascha' of git://kernel.ubuntu.com/amitk/mx51-upstream into mxc-master
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/timex.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/timex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/timex.h b/arch/arm/plat-mxc/include/mach/timex.h index 527a6c24788..024416ed11c 100644 --- a/arch/arm/plat-mxc/include/mach/timex.h +++ b/arch/arm/plat-mxc/include/mach/timex.h @@ -28,6 +28,8 @@ #define CLOCK_TICK_RATE 16625000 #elif defined CONFIG_ARCH_MX25 #define CLOCK_TICK_RATE 16000000 +#elif defined CONFIG_ARCH_MX5 +#define CLOCK_TICK_RATE 8000000 #elif defined CONFIG_ARCH_MXC91231 #define CLOCK_TICK_RATE 13000000 #endif |