2009-01-20 14:15:18 +08:00
|
|
|
/*
|
|
|
|
* linux/arch/arm/mach-mmp/include/mach/timex.h
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
2010-04-12 17:55:21 +08:00
|
|
|
#ifdef CONFIG_CPU_MMP2
|
|
|
|
#define CLOCK_TICK_RATE 6500000
|
|
|
|
#else
|
2009-01-20 14:15:18 +08:00
|
|
|
#define CLOCK_TICK_RATE 3250000
|
2010-04-12 17:55:21 +08:00
|
|
|
#endif
|