Change IPS freq to 66MHz

Recommended frequency is 66MHz
Change divider from 4 to 3.

Signed-off-by: John Rigby <jrigby@freescale.com>
This commit is contained in:
John Rigby 2008-01-30 13:36:56 -07:00 committed by Wolfgang Denk
parent cd9cb62f9d
commit de55d18df3
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
/* SCFR1 System Clock Frequency Register 1
*/
#define SCFR1_IPS_DIV 0x4
#define SCFR1_IPS_DIV 0x3
#define SCFR1_IPS_DIV_MASK 0x03800000
#define SCFR1_IPS_DIV_SHIFT 23