]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Set ips dividor to 1/4 of csb clock.
authorGrzegorz Bernacki <gjb@semihalf.com>
Wed, 16 Jan 2008 14:12:47 +0000 (15:12 +0100)
committerWolfgang 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

index a06b5c6502634ebb9bf5c235aad104bfaf189d58..d1c6fb29f635159bb3b13bf54272223ef967c34b 100644 (file)
 
 /* SCFR1 System Clock Frequency Register 1
  */
-#define SCFR1_IPS_DIV                  0x2
+#define SCFR1_IPS_DIV                  0x4
 #define SCFR1_IPS_DIV_MASK             0x03800000
 #define SCFR1_IPS_DIV_SHIFT            23