summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC837XERDB.h
diff options
context:
space:
mode:
authorDave Liu <r63238@freescale.com>2008-04-03 16:28:29 +0800
committerKim Phillips <kim.phillips@freescale.com>2008-04-11 17:46:17 -0500
commit2000784818f043db7ca60e2846a72d097766b894 (patch)
treeca65a08c92abda2828af834668b687c3671a322b /include/configs/MPC837XERDB.h
parent1ac4f320bf0b593aa0a741f2d649a8ece8838672 (diff)
downloadblackbird-obmc-uboot-2000784818f043db7ca60e2846a72d097766b894.tar.gz
blackbird-obmc-uboot-2000784818f043db7ca60e2846a72d097766b894.zip
mpc83xx: Fix the SATA clock setting of 837x targets
Currently the SATA controller clock is configured as CSB clock, usually the CSB clock is 400/333/266MHz. However, The SATA IP block is only guaranteed to operate up to 200 MHz as stated in the HW spec. The bug is reported by Joe D'Abbraccio <ljd015@freescale.com> This patch makes the SATA clock as half of CSB clock. Signed-off-by: Dave Liu <daveliu@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC837XERDB.h')
-rw-r--r--include/configs/MPC837XERDB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h
index eaac525a35..c698ff84c6 100644
--- a/include/configs/MPC837XERDB.h
+++ b/include/configs/MPC837XERDB.h
@@ -108,7 +108,7 @@
/* System Clock Configuration Register */
#define CFG_SCCR_TSEC1CM 1 /* eTSEC1 clock mode (0-3) */
#define CFG_SCCR_TSEC2CM 1 /* eTSEC2 clock mode (0-3) */
-#define CFG_SCCR_SATACM SCCR_SATACM_1 /* SATA1-4 clock mode (0-3) */
+#define CFG_SCCR_SATACM SCCR_SATACM_2 /* SATA1-4 clock mode (0-3) */
/*
* System IO Config
OpenPOWER on IntegriCloud