From 18094430d6b50432591906784d51bb605982b8d8 Mon Sep 17 00:00:00 2001 From: Dong Aisheng Date: Wed, 27 May 2015 18:13:28 +0800 Subject: [PATCH] mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fix The uSDHC has an ADMA Length Mismatch errata ERR004536 which may cause ADMA work abnormally. The errata has already been fixed for i.MX6Q TO1.2 and i.MX6DL TO1.1 by enable the bit 7 in 0x6c register. Unfortunately this fix is not included in i.MX6SL. So we disable ADMA for i.MX6SL and use SDMA instead. Signed-off-by: Dong Aisheng Signed-off-by: Ulf Hansson --- Reading git-format-patch failed