mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
emmc: modify data delay_step [1/1]
PD#SWPL-6200 Problem: emmc calibration delay set error. Solution: modify delay_step to 250ps. Verify: verify by s912. Change-Id: I1c0e31ae6bdda8b0f105e12f3efc81b5474376d6 Signed-off-by: Nan Li <nan.li@amlogic.com>
This commit is contained in:
@@ -379,6 +379,8 @@ static int aml_cali_find(struct mmc_host *mmc, struct cali_data *c_data)
|
||||
|
||||
if (host->data->chip_type == MMC_CHIP_GXBB)
|
||||
delay_step = 125;
|
||||
else if (host->data->chip_type == MMC_CHIP_GXM)
|
||||
delay_step = 250;
|
||||
else
|
||||
delay_step = 200;
|
||||
if (mmc->ios.bus_width == 0)
|
||||
|
||||
Reference in New Issue
Block a user