projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c9e98a
)
Set ips dividor to 1/4 of csb clock.
author
Grzegorz Bernacki
<gjb@semihalf.com>
Wed, 16 Jan 2008 14:12:47 +0000
(15:12 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 17 Jan 2008 08:31:58 +0000
(09:31 +0100)
Previous setting cause ips clock to be out of spec. This bug was found by John
Rigby from Freescale.
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
include/mpc512x.h
patch
|
blob
|
history
diff --git
a/include/mpc512x.h
b/include/mpc512x.h
index a06b5c6502634ebb9bf5c235aad104bfaf189d58..d1c6fb29f635159bb3b13bf54272223ef967c34b 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
2
+#define SCFR1_IPS_DIV 0x
4
#define SCFR1_IPS_DIV_MASK 0x03800000
#define SCFR1_IPS_DIV_SHIFT 23