Commit 8ae84427 authored by Mingliang Hu's avatar Mingliang Hu Committed by Eric Miao

[ARM] mmp: fix clock tick rate in mmp2

In MMP2, clock tick rate should be 6500000.
Signed-off-by: default avatarMingliang Hu <mhu4@marvell.com>
Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 55d3936d
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment