diff options
author | Stelian Pop | 2008-05-08 20:52:19 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2008-05-10 11:32:07 +0200 |
commit | 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a (patch) | |
tree | 01b4e26405414328399c76917f4aa5cb97ceda8f /include/configs/at91sam9260ek.h | |
parent | c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935 (diff) |
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 <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/at91sam9260ek.h')
-rw-r--r-- | include/configs/at91sam9260ek.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index 784b9e5e634..1aa40efa3d6 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) |