Skip to content
Snippets Groups Projects
Commit f700e7df authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Kim Phillips
Browse files

mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK


At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
This patch fixes "system time drifting" problem.

Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
parent 3a0cfdd5
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
* System Clock Setup * System Clock Setup
*/ */
#ifdef CONFIG_CLKIN_33MHZ #ifdef CONFIG_CLKIN_33MHZ
#define CONFIG_83XX_CLKIN 33000000 #define CONFIG_83XX_CLKIN 33333333
#define CONFIG_SYS_CLK_FREQ 33000000 #define CONFIG_SYS_CLK_FREQ 33333333
#define PCI_33M 1 #define PCI_33M 1
#define HRCWL_CSB_TO_CLKIN_MPC8360ERDK HRCWL_CSB_TO_CLKIN_10X1 #define HRCWL_CSB_TO_CLKIN_MPC8360ERDK HRCWL_CSB_TO_CLKIN_10X1
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment