summaryrefslogtreecommitdiffstats
path: root/include/configs/T208xQDS.h
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@freescale.com>2014-03-06 15:07:39 +0800
committerYork Sun <yorksun@freescale.com>2014-03-07 14:52:41 -0800
commit6b7679c8d2b92cd7e4e8dad6f2ff84ce36ec2c5e (patch)
tree6b46125045ce6951cfc7e31dceff416aaedac7eb /include/configs/T208xQDS.h
parentb892465dae6afc5528724c044991a76f241cd177 (diff)
downloadtalos-obmc-uboot-6b7679c8d2b92cd7e4e8dad6f2ff84ce36ec2c5e.tar.gz
talos-obmc-uboot-6b7679c8d2b92cd7e4e8dad6f2ff84ce36ec2c5e.zip
powerpc/t208xqds: fixup for t208xqds
Change QIXIS timing parameter CONFIG_SYS_CS3_FTIM2 to 8 from 0. Fix EMI2 for t2080qds, which was caused by adding t2081qds. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r--include/configs/T208xQDS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h
index 5b22d64467..c6a30db8b7 100644
--- a/include/configs/T208xQDS.h
+++ b/include/configs/T208xQDS.h
@@ -242,7 +242,7 @@ unsigned long get_board_ddr_clk(void);
#define CONFIG_SYS_CS3_FTIM1 (FTIM1_GPCM_TACO(0xff) | \
FTIM1_GPCM_TRAD(0x3f))
#define CONFIG_SYS_CS3_FTIM2 (FTIM2_GPCM_TCS(0x0e) | \
- FTIM2_GPCM_TCH(0x0) | \
+ FTIM2_GPCM_TCH(0x8) | \
FTIM2_GPCM_TWP(0x1f))
#define CONFIG_SYS_CS3_FTIM3 0x0
OpenPOWER on IntegriCloud