Skip to content

Commit

Permalink
[ARM] mmp: fix clock tick rate in mmp2
Browse files Browse the repository at this point in the history
In MMP2, clock tick rate should be 6500000.

Signed-off-by: Mingliang Hu <mhu4@marvell.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Mingliang Hu authored and Eric Miao committed May 11, 2010
1 parent 55d3936 commit 8ae8442
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-mmp/include/mach/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
* published by the Free Software Foundation.
*/

#ifdef CONFIG_CPU_MMP2
#define CLOCK_TICK_RATE 6500000
#else
#define CLOCK_TICK_RATE 3250000
#endif

0 comments on commit 8ae8442

Please sign in to comment.