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