]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Feb 2019 07:40:58 +0000 (08:40 +0100)
commit151ecbb4ec6d5ec3e84819f0708ba89a6032f52d
treece9e2e374baa1473025200ad8669c0d5039c8148
parent22e6e07e68a5b1d6f7fb52d80d821e16ebda7428
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>
drivers/mmc/host/sdhci-esdhc-imx.c