projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55d3936
)
[ARM] mmp: fix clock tick rate in mmp2
author
Mingliang Hu
<mhu4@marvell.com>
Mon, 12 Apr 2010 09:55:21 +0000
(17:55 +0800)
committer
Eric Miao
<eric.y.miao@gmail.com>
Tue, 11 May 2010 15:25:05 +0000
(17:25 +0200)
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>
arch/arm/mach-mmp/include/mach/timex.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mmp/include/mach/timex.h
b/arch/arm/mach-mmp/include/mach/timex.h
index
6cebbd0
..
70c9f1d
100644
(file)
--- a/
arch/arm/mach-mmp/include/mach/timex.h
+++ b/
arch/arm/mach-mmp/include/mach/timex.h
@@
-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