Skip to content
Snippets Groups Projects
Commit e96b6ee7 authored by Sebastien Bourdelin's avatar Sebastien Bourdelin Committed by Stefano Babic
Browse files

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 e978a31b 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: default avatarSebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent e453794f
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,8 @@
#define CONFIG_FSL_ESDHC
#define CONFIG_SYS_FSL_ESDHC_ADDR MMC_SDHC1_BASE_ADDR
#define CONFIG_SYS_FSL_ERRATUM_ESDHC_A001
#define CONFIG_MMC
#define CONFIG_GENERIC_MMC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment