summaryrefslogtreecommitdiff
path: root/include/configs/C29XPCIE.h
diff options
context:
space:
mode:
authorShaohui Xie <Shaohui.Xie@freescale.com>2014-06-26 06:41:33 (GMT)
committerYork Sun <yorksun@freescale.com>2014-07-22 23:25:55 (GMT)
commitde5191631088e71ba8ed28bb491dafa776058008 (patch)
treebb28ade660fc6f075ce3b191c8c996cd2526cb2f /include/configs/C29XPCIE.h
parent9d0456822c4fec302608d4161ae9d9cfe81100b1 (diff)
downloadu-boot-fsl-qoriq-de5191631088e71ba8ed28bb491dafa776058008.tar.xz
powerpc/ifc: fix invalid CSn FTIM2.TCH setting
On some platforms, CSn FTIM2.TCH is set to zero which is invalid, an invalid hold time makes DUT timing variances, whether it works or not on luck. Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/C29XPCIE.h')
-rw-r--r--include/configs/C29XPCIE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h
index 9e12fac..0dd1560 100644
--- a/include/configs/C29XPCIE.h
+++ b/include/configs/C29XPCIE.h
@@ -319,7 +319,7 @@
#define CONFIG_SYS_CS2_FTIM1 (FTIM1_GPCM_TACO(0x0e) | \
FTIM1_GPCM_TRAD(0x1f))
#define CONFIG_SYS_CS2_FTIM2 (FTIM2_GPCM_TCS(0x0e) | \
- FTIM2_GPCM_TCH(0x0) | \
+ FTIM2_GPCM_TCH(0x8) | \
FTIM2_GPCM_TWP(0x1f))
#define CONFIG_SYS_CS2_FTIM3 0x0