projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
643573a
)
emmc: set co-phase 1 for Highspeed busmode
author
Long Yu
<long.yu@amlogic.com>
Thu, 31 May 2018 08:42:49 +0000
(16:42 +0800)
committer
Yixun 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
patch
|
blob
|
history
diff --git
a/drivers/amlogic/mmc/aml_sd_emmc.c
b/drivers/amlogic/mmc/aml_sd_emmc.c
index 8330b0745431ae410d942557eb10de08a4d1fbce..3b8db5aa2b581b66170771ff335682d166b46de8 100644
(file)
--- a/
drivers/amlogic/mmc/aml_sd_emmc.c
+++ b/
drivers/amlogic/mmc/aml_sd_emmc.c
@@
-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,