emmc: After standby sleep, clear the CMD tuning flag [1/1]

PD#SWPL-9075

Problem:
Because the CMD tune flag was not cleared before standby,
debug printing was performed during auto tune

Solution:
After standby sleep, clear the CMD tuning flag

Verify:
passed on TL1

Change-Id: Ie4a531346f50983009477131408d81c76d5c020f
Signed-off-by: Long Yu <long.yu@amlogic.com>
This commit is contained in:
Long Yu
2019-05-28 15:28:12 +08:00
committed by Luke Go
parent 60f5d0668e
commit 97964df0de

View File

@@ -472,6 +472,7 @@ static void aml_sd_emmc_set_power_v3(struct amlsd_platform *pdata,
writel(0, host->base + SD_EMMC_DELAY2_V3);
writel(0, host->base + SD_EMMC_ADJUST_V3);
writel(0, host->base + SD_EMMC_INTF3);
host->cmd_retune = 0;
break;
default:
if (pdata->pwr_pre)