diff options
author | Vignesh R <vigneshr@ti.com> | 2016-07-25 15:45:46 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-07-30 00:15:00 +0530 |
commit | b9612bb2dee788c71ee0411bf776e7e1f9f9ddbc (patch) | |
tree | d4e3f4c1afa29d17516048e39e7626039934bfd2 /include | |
parent | a6f56ad1eee1fe7ae1a46e022427a001eda4ce16 (diff) |
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 <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/dra7xx_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 0d51aeb8690..0b78ada4143 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 |