From 36e6496e876c116590b9302b8ec7e21ba0f9561e Mon Sep 17 00:00:00 2001 From: Justin Waters Date: Tue, 5 Feb 2008 09:57:08 -0500 Subject: AT91SAM9RL: Fix Dataflash timing The timings for the dataflash chip on the SAM9RL-EK board are incorrect. This patch fixes them. Signed-off-by: Nicolas Ferre Acked-by: Justin Waters --- include/configs/at91sam9rlek.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index 6d3f0c804f..1618df1dd7 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -141,8 +141,8 @@ #define CFG_SPI_WRITE_TOUT (50*CFG_HZ) /* AC Characteristics */ -#define DATAFLASH_TCSS (0x1c << 16) -#define DATAFLASH_TCHS (0x1 << 24) +#define DATAFLASH_TCSS (0x1f << 16) +#define DATAFLASH_TCHS (0x2 << 24) #define CFG_MAX_DATAFLASH_BANKS 1 #define CFG_MAX_DATAFLASH_PAGES 16384 -- cgit v1.2.3