[U-Boot-Users] [PATCHv2] [ads5121] Set ips dividor to 1/3 of csb clock.

16 Jan
2008
16 Jan
'08
5:18 p.m.
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
diff --git a/include/mpc512x.h b/include/mpc512x.h index a06b5c6..b51cf78 100644 --- a/include/mpc512x.h +++ b/include/mpc512x.h @@ -185,7 +185,7 @@
/* SCFR1 System Clock Frequency Register 1 */ -#define SCFR1_IPS_DIV 0x2 +#define SCFR1_IPS_DIV 0x3 #define SCFR1_IPS_DIV_MASK 0x03800000 #define SCFR1_IPS_DIV_SHIFT 23
--
1.5.2.2

7 Feb
7 Feb
1:03 a.m.
New subject: [U-Boot-Users] [PATCHv2] [ads5121] Set ips dividor to 1/3 of csb clock.
In message 478E2E47.8090104@semihalf.com you wrote:
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
Applied, thanks.
6298
Age (days ago)
6320
Last active (days ago)
1 comments
2 participants
participants (2)
-
Grzegorz Bernacki
-
Wolfgang Denk