summaryrefslogtreecommitdiffstats
path: root/include/configs/bf533-stamp.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-10 10:42:06 -0400
committerMike Frysinger <vapier@gentoo.org>2009-07-18 21:16:01 -0400
commitbaf357050353aee30c04f3f4b868426cb54468ca (patch)
treeab1ccd82c33ff116e0812536cf058a9c9f455313 /include/configs/bf533-stamp.h
parent490fe7349102012c48730f6fc14ef36c8d155068 (diff)
downloadtalos-obmc-uboot-baf357050353aee30c04f3f4b868426cb54468ca.tar.gz
talos-obmc-uboot-baf357050353aee30c04f3f4b868426cb54468ca.zip
Blackfin: bf533-stamp: back down SCLK a bit
While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with the shortened SDRAM traces. So lower the SCLK speed down to a value that all three can handle. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf533-stamp.h')
-rw-r--r--include/configs/bf533-stamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf533-stamp.h b/include/configs/bf533-stamp.h
index c03561cef1..4be2a5cfb8 100644
--- a/include/configs/bf533-stamp.h
+++ b/include/configs/bf533-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 6 /* note: 1.2 boards can go faster */
/*
OpenPOWER on IntegriCloud