projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9cb62
)
Change IPS freq to 66MHz
author
John Rigby
<jrigby@freescale.com>
Wed, 30 Jan 2008 20:36:56 +0000
(13:36 -0700)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 7 Feb 2008 00:08:05 +0000
(
01:08
+0100)
Recommended frequency is 66MHz
Change divider from 4 to 3.
Signed-off-by: John Rigby <jrigby@freescale.com>
include/mpc512x.h
patch
|
blob
|
history
diff --git
a/include/mpc512x.h
b/include/mpc512x.h
index
d1c6fb2
..
b51cf78
100644
(file)
--- a/
include/mpc512x.h
+++ b/
include/mpc512x.h
@@
-185,7
+185,7
@@
/* SCFR1 System Clock Frequency Register 1
*/
-#define SCFR1_IPS_DIV 0x
4
+#define SCFR1_IPS_DIV 0x
3
#define SCFR1_IPS_DIV_MASK 0x03800000
#define SCFR1_IPS_DIV_SHIFT 23