diff options
| author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2012-08-14 01:37:11 +0000 | 
|---|---|---|
| committer | Prafulla Wadaskar <prafulla@marvell.com> | 2012-09-03 17:36:31 +0530 | 
| commit | 05c8e81fd39c8a41c2038844868a491003bcdab8 (patch) | |
| tree | bd14c709610dde86835cd89635f3f5fba105d7f1 /include | |
| parent | 62c9b9603e2552d6b39985738a957b51b0367e72 (diff) | |
| download | olio-uboot-2014.01-05c8e81fd39c8a41c2038844868a491003bcdab8.tar.xz olio-uboot-2014.01-05c8e81fd39c8a41c2038844868a491003bcdab8.zip | |
arm/km: fix frequency of the SPI NOR Flash
According to our last HW measures, this could be raised while still
compatible with the potential delays on the lines.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Holger Brunck <holger.brunck@keymile.com>
Acked-By: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/km/km_arm.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index b41ca2e36..44d537396 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -64,7 +64,7 @@  #if defined CONFIG_KM_ENV_IS_IN_SPI_NOR  #define CONFIG_ENV_SPI_BUS		0  #define CONFIG_ENV_SPI_CS		0 -#define CONFIG_ENV_SPI_MAX_HZ		5000000 +#define CONFIG_ENV_SPI_MAX_HZ		8100000  #define CONFIG_ENV_SPI_MODE		SPI_MODE_3  #endif |