mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 20:49:56 +01:00
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>
This commit is contained in:
parent
a6f56ad1ee
commit
b9612bb2de
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue