From: Stelian Pop Date: Thu, 8 May 2008 18:52:19 +0000 (+0200) Subject: AT91SAM9260EK: Normalize SPI timings X-Git-Tag: v1.3.4-rc1~114^2~22^2~1^2~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a;p=u-boot AT91SAM9260EK: Normalize SPI timings This patch changes the SPI timings to closely match the ones used by the Linux kernel and the Atmel's own bootstrap project. Signed-off-by: Stelian Pop Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index 784b9e5e63..1aa40efa3d 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -96,7 +96,7 @@ #define CFG_MAX_DATAFLASH_BANKS 2 #define CFG_DATAFLASH_LOGIC_ADDR_CS0 0xC0000000 /* CS0 */ #define CFG_DATAFLASH_LOGIC_ADDR_CS1 0xD0000000 /* CS1 */ -#define AT91_SPI_CLK 33000000 +#define AT91_SPI_CLK 15000000 #define DATAFLASH_TCSS (0x1a << 16) #define DATAFLASH_TCHS (0x1 << 24)