Commit e96b6ee7bd6ad29d47d50ca69a731afa3c66f174

Authored by Sebastien Bourdelin
Committed by Stefano Babic
1 parent e453794f87

ts4800: add CONFIG_SYS_FSL_ERRATUM_ESDHC_A001

This commit fixes the MMC data transactions timeout problem on the
TS4800.

The changes introduced in the commit e978a31 on the timeout calculation
for the MMC data transactions has revealed there is something wrong with
the timeout setting of the eSDHC controller used in the IMX51.

The IMX51 seems to be concerned by this erratum and without this change
the MMC driver is unable to do any transactions.

Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/ts4800.h
... ... @@ -62,6 +62,8 @@
62 62 #define CONFIG_FSL_ESDHC
63 63 #define CONFIG_SYS_FSL_ESDHC_ADDR MMC_SDHC1_BASE_ADDR
64 64  
  65 +#define CONFIG_SYS_FSL_ERRATUM_ESDHC_A001
  66 +
65 67 #define CONFIG_MMC
66 68  
67 69 #define CONFIG_GENERIC_MMC