mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-27 06:04:23 +08:00
[ARM] mmp: fix clock tick rate in mmp2
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>
This commit is contained in:
parent
55d3936d30
commit
8ae84427bb
@ -6,4 +6,8 @@
|
|||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef CONFIG_CPU_MMP2
|
||||||
|
#define CLOCK_TICK_RATE 6500000
|
||||||
|
#else
|
||||||
#define CLOCK_TICK_RATE 3250000
|
#define CLOCK_TICK_RATE 3250000
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user