emmc: set co-phase 1 for Highspeed busmode
authorLong Yu <long.yu@amlogic.com>
Thu, 31 May 2018 08:42:49 +0000 (16:42 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Fri, 29 Jun 2018 07:24:21 +0000 (00:24 -0700)
PD#165090: emmc: set co-phase 1 for Highspeed busmode

Change-Id: Ia2d925121ee101eb3c706b79eae6b0464a3087e4
Signed-off-by: Long Yu <long.yu@amlogic.com>
drivers/amlogic/mmc/aml_sd_emmc.c

index 8330b0745431ae410d942557eb10de08a4d1fbce..3b8db5aa2b581b66170771ff335682d166b46de8 100644 (file)
@@ -3472,7 +3472,7 @@ static struct meson_mmc_data mmc_data_g12b = {
        .sdmmc.init.core_phase = 3,
        .sdmmc.init.tx_phase = 0,
        .sdmmc.init.rx_phase = 0,
-       .sdmmc.hs.core_phase = 2,
+       .sdmmc.hs.core_phase = 1,
        .sdmmc.ddr.core_phase = 2,
        .sdmmc.hs2.core_phase = 3,
        .sdmmc.hs4.tx_delay = 0,