Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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