public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] [ADS5121] Change IPS freq to 66MHz
@ 2008-01-30 20:36 John Rigby
  2008-01-30 20:36 ` [U-Boot-Users] [PATCH] [ADS5121] Device tree updates John Rigby
  2008-02-07  0:08 ` [U-Boot-Users] [PATCH] [ADS5121] Change IPS freq to 66MHz Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: John Rigby @ 2008-01-30 20:36 UTC (permalink / raw)
  To: u-boot

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

Signed-off-by: John Rigby <jrigby@freescale.com>
---
 include/mpc512x.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/mpc512x.h b/include/mpc512x.h
index d1c6fb2..b51cf78 100644
--- a/include/mpc512x.h
+++ b/include/mpc512x.h
@@ -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
 
-- 
1.5.4.rc4.23.gcab31

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-02-07  0:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 20:36 [U-Boot-Users] [PATCH] [ADS5121] Change IPS freq to 66MHz John Rigby
2008-01-30 20:36 ` [U-Boot-Users] [PATCH] [ADS5121] Device tree updates John Rigby
2008-01-31 17:39   ` Scott Wood
2008-02-07  0:08   ` Wolfgang Denk
2008-02-07  0:08 ` [U-Boot-Users] [PATCH] [ADS5121] Change IPS freq to 66MHz Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox