Skip to content

Commit 62231b4

Browse files
long yutobetter
authored andcommitted
storage: emmc: Set core_phase to 2 for HS200 mode [1/1]
PD#TV-2112 Problem: eMMC timing test failed on item tISU Solution: set core_phase to 2 for HS200 busmode Verify: TL1-T962X2_X301 Change-Id: I1025b6b6b66b2591b7a8faca68ff1852eeb9b85c Signed-off-by: long yu <[email protected]>
1 parent 1d27f90 commit 62231b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/amlogic/mmc/aml_sd_emmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3637,7 +3637,7 @@ static struct meson_mmc_data mmc_data_tl1 = {
36373637
.sdmmc.init.rx_phase = 0,
36383638
.sdmmc.hs.core_phase = 1,
36393639
.sdmmc.ddr.core_phase = 2,
3640-
.sdmmc.hs2.core_phase = 3,
3640+
.sdmmc.hs2.core_phase = 2,
36413641
.sdmmc.hs4.tx_delay = 0,
36423642
.sdmmc.sd_hs.core_phase = 2,
36433643
.sdmmc.sdr104.core_phase = 2,

0 commit comments

Comments
 (0)