From b9612bb2dee788c71ee0411bf776e7e1f9f9ddbc Mon Sep 17 00:00:00 2001 From: Vignesh R Date: Mon, 25 Jul 2016 15:45:46 +0530 Subject: configs: dra7xx: Update QSPI speed to 76.8MHz Now that QSPI driver can support 76.8MHz, update the CONFIG_SF_DEFAULT_SPEED to the same value. Signed-off-by: Vignesh R Reviewed-by: Tom Rini Reviewed-by: Jagan Teki Reviewed-by: Mugunthan V N --- include/configs/dra7xx_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 0d51aeb..0b78ada 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -157,7 +157,7 @@ /* SPI */ #undef CONFIG_OMAP3_SPI #define CONFIG_TI_SPI_MMAP -#define CONFIG_SF_DEFAULT_SPEED 64000000 +#define CONFIG_SF_DEFAULT_SPEED 76800000 #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 #define CONFIG_QSPI_QUAD_SUPPORT -- cgit v1.1