sdio: After the TXLX IC is changed to use the fixed adj way to tuning

PD#171973: sdio: After the TXLX IC is changed to use the fixed adj way to tuning

Change-Id: I986812841d0ef86bb801f3fd4d37d6f2f38fce05
Signed-off-by: Long Yu <long.yu@amlogic.com>
This commit is contained in:
Long Yu
2018-09-05 14:10:18 +08:00
committed by Jianxin Pan
parent f6ec78b7a0
commit 0219a5c3ac

View File

@@ -1419,9 +1419,7 @@ int aml_mmc_execute_tuning_v3(struct mmc_host *mmc, u32 opcode)
}
if (aml_card_type_sdio(pdata)) {
if ((host->data->chip_type == MMC_CHIP_GXLX)
|| (host->data->chip_type == MMC_CHIP_G12A)
|| (host->data->chip_type == MMC_CHIP_G12B))
if (host->data->chip_type >= MMC_CHIP_TXLX)
err = _aml_sd_emmc_execute_tuning(mmc, opcode,
&tuning_data, adj_win_start);
else {