mmc: sdhci-esdhc-imx: clear ESDHC_STD_TUNING_EN for manual tuning method
authorBOUGH CHEN <haibo.chen@nxp.com>
Thu, 20 Dec 2018 11:57:41 +0000 (11:57 +0000)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit7a1a684a255de30217747ae47b678486b1901182
tree66e983691e4142045ec73ea79d627482ef020103
parent882603a684f54c0490975d5dd2f99227db2af723
mmc: sdhci-esdhc-imx: clear ESDHC_STD_TUNING_EN for manual tuning method

The bit ESDHC_STD_TUNING_EN may be configed by bootloader code if it
choose to use standard tuning method. So on linux side, if choose to
use manual tuning method, need to clear the bit ESDHC_STD_TUNING_EN,
remove the impact of bootloader code.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
(cherry picked from commit a98c557e2af3e12e38dee6019a5cf210156d629e)
drivers/mmc/host/sdhci-esdhc-imx.c