]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm/km: fix frequency of the SPI NOR Flash
authorValentin Longchamp <valentin.longchamp@keymile.com>
Tue, 14 Aug 2012 01:37:11 +0000 (01:37 +0000)
committerPrafulla Wadaskar <prafulla@marvell.com>
Mon, 3 Sep 2012 12:06:31 +0000 (17:36 +0530)
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>
include/configs/km/km_arm.h

index b41ca2e36d8d886fc5e45643e0cccf1827f0d3c7..44d5373968cfef9439e7fcca1b2452b1f816c56c 100644 (file)
@@ -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