From: Alexey Brodkin Date: Mon, 24 Mar 2014 13:15:50 +0000 (+0400) Subject: axs101: increase EEPROM page write delay from 32 to 64 msec X-Git-Tag: v2014.07-rc1~12^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6bfa44206e8302e8bf34d553e2b3b6bd2ab5d0dd;p=u-boot axs101: increase EEPROM page write delay from 32 to 64 msec With 32 milliseconds delay on some boards EEMPROM got written inconsistently. With 64 msec all of our existig boards show properly written EEPROM. Cc: Tom Rini Signed-off-by: Alexey Brodkin --- diff --git a/include/configs/axs101.h b/include/configs/axs101.h index f6b569abfd..8d03110efd 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -103,7 +103,7 @@ #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 #define CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW 1 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 -#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 32 +#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 64 /* * SD/MMC configuration