[U-Boot] [PATCH 26/32] Blackfin: bf537-stamp: bump default SCLK up to 125MHz

Mike Frysinger vapier at gentoo.org
Mon Mar 23 03:45:35 CET 2009


Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
increase the speed of SCLK to 125MHz rather than 100MHz.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 include/configs/bf537-stamp.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h
index e0b107b..5be2748 100644
--- a/include/configs/bf537-stamp.h
+++ b/include/configs/bf537-stamp.h
@@ -36,7 +36,7 @@
 #define CONFIG_CCLK_DIV			1
 /* SCLK_DIV controls the system clock divider				*/
 /* Values can range from 1-15						*/
-#define CONFIG_SCLK_DIV			5
+#define CONFIG_SCLK_DIV			4
 
 
 /*
-- 
1.6.2



More information about the U-Boot mailing list