Commit bce42d61 authored by Ulf Hansson's avatar Ulf Hansson

mmc: Merge branch fixes into next

Merge the mmc fixes for v6.9-rc[n] into the next branch, to allow them to
get tested together with the new mmc changes that are targeted for v6.10.
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parents fbd4219f ace323f8
...@@ -720,6 +720,7 @@ static int th1520_execute_tuning(struct sdhci_host *host, u32 opcode) ...@@ -720,6 +720,7 @@ static int th1520_execute_tuning(struct sdhci_host *host, u32 opcode)
/* perform tuning */ /* perform tuning */
sdhci_start_tuning(host); sdhci_start_tuning(host);
host->tuning_loop_count = 128;
host->tuning_err = __sdhci_execute_tuning(host, opcode); host->tuning_err = __sdhci_execute_tuning(host, opcode);
if (host->tuning_err) { if (host->tuning_err) {
/* disable auto-tuning upon tuning error */ /* disable auto-tuning upon tuning error */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment