public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board/t1040qds: Relax IFC FPGA timings
@ 2013-12-12  6:39 Prabhakar Kushwaha
  2014-01-02 23:43 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Prabhakar Kushwaha @ 2013-12-12  6:39 UTC (permalink / raw)
  To: u-boot

Current IFC-FPGA TCH(Chip Select hold time with respect to WE deassertion)
is 0 i.e. 0 ns hold time on writes. This may not work on higher clock
freqencies.

So, Increase TCH as 0x8 i.e. 8 ip_clk.

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
---
 include/configs/T1040QDS.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h
index 74f4bde..521a0dc 100644
--- a/include/configs/T1040QDS.h
+++ b/include/configs/T1040QDS.h
@@ -247,7 +247,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
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] board/t1040qds: Relax IFC FPGA timings
  2013-12-12  6:39 [U-Boot] [PATCH] board/t1040qds: Relax IFC FPGA timings Prabhakar Kushwaha
@ 2014-01-02 23:43 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2014-01-02 23:43 UTC (permalink / raw)
  To: u-boot

On 12/11/2013 10:39 PM, Prabhakar Kushwaha wrote:
> Current IFC-FPGA TCH(Chip Select hold time with respect to WE deassertion)
> is 0 i.e. 0 ns hold time on writes. This may not work on higher clock
> freqencies.
> 
> So, Increase TCH as 0x8 i.e. 8 ip_clk.
> 
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
> ---

Applied to u-boot-mpc85xx/master. Thanks.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-02 23:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-12  6:39 [U-Boot] [PATCH] board/t1040qds: Relax IFC FPGA timings Prabhakar Kushwaha
2014-01-02 23:43 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox