mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user