Skip to content

Commit 6b236f3

Browse files
yangbolu1991storulf
authored andcommitted
mmc: sdhci-of-esdhc: add delay between tuning cycles
It's observed that eSDHC needed delay between tuning cycles for HS200 successful tuning. This patch is to set 1ms delay for that. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 83b600b commit 6b236f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mmc/host/sdhci-of-esdhc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ static int sdhci_esdhc_probe(struct platform_device *pdev)
810810
host->mmc_host_ops.start_signal_voltage_switch =
811811
esdhc_signal_voltage_switch;
812812
host->mmc_host_ops.execute_tuning = esdhc_execute_tuning;
813+
host->tuning_delay = 1;
813814

814815
esdhc_init(pdev, host);
815816

0 commit comments

Comments
 (0)