aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakeshi Saito <takeshi.saito.xv@renesas.com>2019-01-18 08:44:07 +0900
committerRyo Kataoka <ryo.kataoka.wt@renesas.com>2019-03-22 20:50:19 +0900
commitb2e044a3602f7f9ffe6c61b6655e6b0b283d85c4 (patch)
tree080d658f75fcd3c05de6853de6a6a05b264d002c
parentde7ed565e22883e71c5610c9ea651ceb1aa696a5 (diff)
downloadrenesas-bsp-b2e044a3602f7f9ffe6c61b6655e6b0b283d85c4.tar.gz
mmc: renesas_sdhi: Change HS400 manual calibration value for r8a77990
According to latest SDHI HW manual, HS400 manual calibration value for r8a77990 is changed. offset= 0 (not change) calibration code= auto calibration value -4 Signed-off-by: Takeshi Saito <takeshi.saito.xv@renesas.com>
-rw-r--r--drivers/mmc/host/renesas_sdhi_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c
index 393e361429390..bd54028ad807e 100644
--- a/drivers/mmc/host/renesas_sdhi_core.c
+++ b/drivers/mmc/host/renesas_sdhi_core.c
@@ -278,7 +278,7 @@ static const struct soc_device_attribute sdhi_quirks_match[] = {
{ .soc_id = "r8a77990",
.data = (void *)(HS400_USE_MANUAL_CALIB |
(SH_MOBILE_SDHI_SCC_TMPPORT3_OFFSET_0 << 24) |
- (0x2 << 16)), },
+ (0x4 << 16)), },
{/*sentinel*/},
};