1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
14 #include <dm/device_compat.h>
15 #include <linux/bitops.h>
16 #include <linux/compat.h>
17 #include <linux/delay.h>
18 #include <linux/dma-direction.h>
20 #include <linux/sizes.h>
21 #include <power/regulator.h>
22 #include <asm/unaligned.h>
23 #include "tmio-common.h"
25 #if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT) || \
26 CONFIG_IS_ENABLED(MMC_HS200_SUPPORT) || \
27 CONFIG_IS_ENABLED(MMC_HS400_SUPPORT)
30 #define RENESAS_SDHI_SCC_DTCNTL 0x800
31 #define RENESAS_SDHI_SCC_DTCNTL_TAPEN BIT(0)
32 #define RENESAS_SDHI_SCC_DTCNTL_TAPNUM_SHIFT 16
33 #define RENESAS_SDHI_SCC_DTCNTL_TAPNUM_MASK 0xff
34 #define RENESAS_SDHI_SCC_TAPSET 0x804
35 #define RENESAS_SDHI_SCC_DT2FF 0x808
36 #define RENESAS_SDHI_SCC_CKSEL 0x80c
37 #define RENESAS_SDHI_SCC_CKSEL_DTSEL BIT(0)
38 #define RENESAS_SDHI_SCC_RVSCNTL 0x810
39 #define RENESAS_SDHI_SCC_RVSCNTL_RVSEN BIT(0)
40 #define RENESAS_SDHI_SCC_RVSREQ 0x814
41 #define RENESAS_SDHI_SCC_RVSREQ_RVSERR BIT(2)
42 #define RENESAS_SDHI_SCC_RVSREQ_REQTAPUP BIT(1)
43 #define RENESAS_SDHI_SCC_RVSREQ_REQTAPDOWN BIT(0)
44 #define RENESAS_SDHI_SCC_SMPCMP 0x818
45 #define RENESAS_SDHI_SCC_SMPCMP_CMD_ERR (BIT(24) | BIT(8))
46 #define RENESAS_SDHI_SCC_SMPCMP_CMD_REQUP BIT(24)
47 #define RENESAS_SDHI_SCC_SMPCMP_CMD_REQDOWN BIT(8)
48 #define RENESAS_SDHI_SCC_TMPPORT2 0x81c
49 #define RENESAS_SDHI_SCC_TMPPORT2_HS400EN BIT(31)
50 #define RENESAS_SDHI_SCC_TMPPORT2_HS400OSEL BIT(4)
51 #define RENESAS_SDHI_SCC_TMPPORT3 0x828
52 #define RENESAS_SDHI_SCC_TMPPORT3_OFFSET_0 3
53 #define RENESAS_SDHI_SCC_TMPPORT3_OFFSET_1 2
54 #define RENESAS_SDHI_SCC_TMPPORT3_OFFSET_2 1
55 #define RENESAS_SDHI_SCC_TMPPORT3_OFFSET_3 0
56 #define RENESAS_SDHI_SCC_TMPPORT3_OFFSET_MASK 0x3
57 #define RENESAS_SDHI_SCC_TMPPORT4 0x82c
58 #define RENESAS_SDHI_SCC_TMPPORT4_DLL_ACC_START BIT(0)
59 #define RENESAS_SDHI_SCC_TMPPORT5 0x830
60 #define RENESAS_SDHI_SCC_TMPPORT5_DLL_RW_SEL_R BIT(8)
61 #define RENESAS_SDHI_SCC_TMPPORT5_DLL_RW_SEL_W (0 << 8)
62 #define RENESAS_SDHI_SCC_TMPPORT5_DLL_ADR_MASK 0x3F
63 #define RENESAS_SDHI_SCC_TMPPORT6 0x834
64 #define RENESAS_SDHI_SCC_TMPPORT7 0x838
65 #define RENESAS_SDHI_SCC_TMPPORT_DISABLE_WP_CODE 0xa5000000
66 #define RENESAS_SDHI_SCC_TMPPORT_CALIB_CODE_MASK 0x1f
67 #define RENESAS_SDHI_SCC_TMPPORT_MANUAL_MODE BIT(7)
69 #define RENESAS_SDHI_MAX_TAP 3
71 #define CALIB_TABLE_MAX (RENESAS_SDHI_SCC_TMPPORT_CALIB_CODE_MASK + 1)
73 static const u8 r8a7795_calib_table[2][CALIB_TABLE_MAX] = {
74 { 0, 0, 0, 0, 0, 1, 1, 2, 3, 4, 5, 5, 6, 6, 7, 11,
75 15, 16, 16, 17, 17, 17, 17, 17, 18, 18, 18, 18, 19, 20, 21, 21 },
76 { 3, 3, 4, 4, 5, 6, 6, 7, 8, 8, 9, 9, 10, 11, 12, 15,
77 16, 16, 17, 17, 17, 17, 17, 18, 18, 18, 18, 19, 20, 21, 22, 22 }
80 static const u8 r8a7796_rev1_calib_table[2][CALIB_TABLE_MAX] = {
81 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 4, 9,
82 15, 15, 15, 16, 16, 16, 16, 16, 17, 18, 19, 20, 21, 21, 22, 22 },
83 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
84 2, 9, 16, 17, 17, 17, 18, 18, 18, 18, 19, 20, 21, 22, 23, 24}
87 static const u8 r8a7796_rev3_calib_table[2][CALIB_TABLE_MAX] = {
88 { 0, 0, 0, 0, 2, 3, 4, 4, 5, 6, 7, 7, 8, 9, 9, 10,
89 11, 12, 13, 15, 16, 17, 17, 18, 19, 19, 20, 21, 21, 22, 23, 23 },
90 { 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12,
91 13, 14, 15, 16, 17, 17, 18, 19, 20, 20, 21, 22, 22, 23, 24, 24 }
94 static const u8 r8a77965_calib_table[2][CALIB_TABLE_MAX] = {
95 { 0, 1, 2, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15,
96 16, 17, 18, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 29 },
97 { 0, 1, 2, 2, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 15,
98 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 31 }
101 static const u8 r8a77990_calib_table[2][CALIB_TABLE_MAX] = {
102 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
103 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
104 { 0, 0, 1, 2, 3, 4, 4, 4, 4, 5, 5, 6, 7, 8, 10, 11,
105 12, 13, 14, 16, 17, 18, 18, 18, 19, 19, 20, 24, 26, 26, 26, 26 }
108 static int rmobile_is_gen3_mmc0(struct tmio_sd_priv *priv)
110 /* On R-Car Gen3, MMC0 is at 0xee140000 */
111 return (uintptr_t)(priv->regbase) == 0xee140000;
114 static u32 sd_scc_tmpport_read32(struct tmio_sd_priv *priv, u32 addr)
117 tmio_sd_writel(priv, RENESAS_SDHI_SCC_TMPPORT5_DLL_RW_SEL_R |
118 (RENESAS_SDHI_SCC_TMPPORT5_DLL_ADR_MASK & addr),
119 RENESAS_SDHI_SCC_TMPPORT5);
121 /* access start and stop */
122 tmio_sd_writel(priv, RENESAS_SDHI_SCC_TMPPORT4_DLL_ACC_START,
123 RENESAS_SDHI_SCC_TMPPORT4);
124 tmio_sd_writel(priv, 0, RENESAS_SDHI_SCC_TMPPORT4);
126 return tmio_sd_readl(priv, RENESAS_SDHI_SCC_TMPPORT7);
129 static void sd_scc_tmpport_write32(struct tmio_sd_priv *priv, u32 addr, u32 val)
132 tmio_sd_writel(priv, RENESAS_SDHI_SCC_TMPPORT5_DLL_RW_SEL_W |
133 (RENESAS_SDHI_SCC_TMPPORT5_DLL_ADR_MASK & addr),
134 RENESAS_SDHI_SCC_TMPPORT5);
135 tmio_sd_writel(priv, val, RENESAS_SDHI_SCC_TMPPORT6);
137 /* access start and stop */
138 tmio_sd_writel(priv, RENESAS_SDHI_SCC_TMPPORT4_DLL_ACC_START,
139 RENESAS_SDHI_SCC_TMPPORT4);
140 tmio_sd_writel(priv, 0, RENESAS_SDHI_SCC_TMPPORT4);
143 static bool renesas_sdhi_check_scc_error(struct udevice *dev)
145 struct tmio_sd_priv *priv = dev_get_priv(dev);
146 struct mmc *mmc = mmc_get_mmc_dev(dev);
147 unsigned long new_tap = priv->tap_set;
148 unsigned long error_tap = priv->tap_set;
151 if ((priv->caps & TMIO_SD_CAP_RCAR_UHS) &&
152 (mmc->selected_mode != UHS_SDR104) &&
153 (mmc->selected_mode != MMC_HS_200) &&
154 (mmc->selected_mode != MMC_HS_400) &&
158 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_RVSCNTL);
159 /* Handle automatic tuning correction */
160 if (reg & RENESAS_SDHI_SCC_RVSCNTL_RVSEN) {
161 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_RVSREQ);
162 if (reg & RENESAS_SDHI_SCC_RVSREQ_RVSERR) {
163 tmio_sd_writel(priv, 0, RENESAS_SDHI_SCC_RVSREQ);
170 /* Handle manual tuning correction */
171 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_RVSREQ);
172 if (!reg) /* No error */
175 tmio_sd_writel(priv, 0, RENESAS_SDHI_SCC_RVSREQ);
177 if (mmc->selected_mode == MMC_HS_400) {
179 * Correction Error Status contains CMD and DAT signal status.
180 * In HS400, DAT signal based on DS signal, not CLK.
181 * Therefore, use only CMD status.
183 smpcmp = tmio_sd_readl(priv, RENESAS_SDHI_SCC_SMPCMP) &
184 RENESAS_SDHI_SCC_SMPCMP_CMD_ERR;
188 return false; /* No error in CMD signal */
189 case RENESAS_SDHI_SCC_SMPCMP_CMD_REQUP:
190 new_tap = (priv->tap_set +
191 priv->tap_num + 1) % priv->tap_num;
192 error_tap = (priv->tap_set +
193 priv->tap_num - 1) % priv->tap_num;
195 case RENESAS_SDHI_SCC_SMPCMP_CMD_REQDOWN:
196 new_tap = (priv->tap_set +
197 priv->tap_num - 1) % priv->tap_num;
198 error_tap = (priv->tap_set +
199 priv->tap_num + 1) % priv->tap_num;
202 return true; /* Need re-tune */
205 if (priv->hs400_bad_tap & BIT(new_tap)) {
207 * New tap is bad tap (cannot change).
208 * Compare with HS200 tuning result.
209 * In HS200 tuning, when smpcmp[error_tap]
210 * is OK, retune is executed.
212 if (priv->smpcmp & BIT(error_tap))
213 return true; /* Need retune */
215 return false; /* cannot change */
218 priv->tap_set = new_tap;
220 if (reg & RENESAS_SDHI_SCC_RVSREQ_RVSERR)
221 return true; /* Need re-tune */
222 else if (reg & RENESAS_SDHI_SCC_RVSREQ_REQTAPUP)
223 priv->tap_set = (priv->tap_set +
224 priv->tap_num + 1) % priv->tap_num;
225 else if (reg & RENESAS_SDHI_SCC_RVSREQ_REQTAPDOWN)
226 priv->tap_set = (priv->tap_set +
227 priv->tap_num - 1) % priv->tap_num;
232 /* Set TAP position */
233 tmio_sd_writel(priv, priv->tap_set >> ((priv->nrtaps == 4) ? 1 : 0),
234 RENESAS_SDHI_SCC_TAPSET);
239 static void renesas_sdhi_adjust_hs400_mode_enable(struct tmio_sd_priv *priv)
243 if (!priv->adjust_hs400_enable)
246 if (!priv->needs_adjust_hs400)
249 if (!priv->adjust_hs400_calib_table)
253 * Enabled Manual adjust HS400 mode
255 * 1) Disabled Write Protect
256 * W(addr=0x00, WP_DISABLE_CODE)
258 * 2) Read Calibration code
259 * read_value = R(addr=0x26)
260 * 3) Refer to calibration table
261 * Calibration code = table[read_value]
262 * 4) Enabled Manual Calibration
263 * W(addr=0x22, manual mode | Calibration code)
264 * 5) Set Offset value to TMPPORT3 Reg
266 sd_scc_tmpport_write32(priv, 0x00,
267 RENESAS_SDHI_SCC_TMPPORT_DISABLE_WP_CODE);
268 calib_code = sd_scc_tmpport_read32(priv, 0x26);
269 calib_code &= RENESAS_SDHI_SCC_TMPPORT_CALIB_CODE_MASK;
270 sd_scc_tmpport_write32(priv, 0x22,
271 RENESAS_SDHI_SCC_TMPPORT_MANUAL_MODE |
272 priv->adjust_hs400_calib_table[calib_code]);
273 tmio_sd_writel(priv, priv->adjust_hs400_offset,
274 RENESAS_SDHI_SCC_TMPPORT3);
277 priv->needs_adjust_hs400 = false;
280 static void renesas_sdhi_adjust_hs400_mode_disable(struct tmio_sd_priv *priv)
283 /* Disabled Manual adjust HS400 mode
285 * 1) Disabled Write Protect
286 * W(addr=0x00, WP_DISABLE_CODE)
287 * 2) Disabled Manual Calibration
289 * 3) Clear offset value to TMPPORT3 Reg
291 sd_scc_tmpport_write32(priv, 0x00,
292 RENESAS_SDHI_SCC_TMPPORT_DISABLE_WP_CODE);
293 sd_scc_tmpport_write32(priv, 0x22, 0);
294 tmio_sd_writel(priv, 0, RENESAS_SDHI_SCC_TMPPORT3);
297 static unsigned int renesas_sdhi_init_tuning(struct tmio_sd_priv *priv)
302 tmio_sd_writel(priv, 0, TMIO_SD_INFO1);
304 reg = tmio_sd_readl(priv, TMIO_SD_CLKCTL);
305 reg &= ~TMIO_SD_CLKCTL_SCLKEN;
306 tmio_sd_writel(priv, reg, TMIO_SD_CLKCTL);
308 /* Set sampling clock selection range */
309 tmio_sd_writel(priv, (0x8 << RENESAS_SDHI_SCC_DTCNTL_TAPNUM_SHIFT) |
310 RENESAS_SDHI_SCC_DTCNTL_TAPEN,
311 RENESAS_SDHI_SCC_DTCNTL);
313 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_CKSEL);
314 reg |= RENESAS_SDHI_SCC_CKSEL_DTSEL;
315 tmio_sd_writel(priv, reg, RENESAS_SDHI_SCC_CKSEL);
317 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_RVSCNTL);
318 reg &= ~RENESAS_SDHI_SCC_RVSCNTL_RVSEN;
319 tmio_sd_writel(priv, reg, RENESAS_SDHI_SCC_RVSCNTL);
321 tmio_sd_writel(priv, 0x300 /* scc_tappos */,
322 RENESAS_SDHI_SCC_DT2FF);
324 reg = tmio_sd_readl(priv, TMIO_SD_CLKCTL);
325 reg |= TMIO_SD_CLKCTL_SCLKEN;
326 tmio_sd_writel(priv, reg, TMIO_SD_CLKCTL);
329 return (tmio_sd_readl(priv, RENESAS_SDHI_SCC_DTCNTL) >>
330 RENESAS_SDHI_SCC_DTCNTL_TAPNUM_SHIFT) &
331 RENESAS_SDHI_SCC_DTCNTL_TAPNUM_MASK;
334 static void renesas_sdhi_reset_tuning(struct tmio_sd_priv *priv)
339 reg = tmio_sd_readl(priv, TMIO_SD_CLKCTL);
340 reg &= ~TMIO_SD_CLKCTL_SCLKEN;
341 tmio_sd_writel(priv, reg, TMIO_SD_CLKCTL);
343 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_CKSEL);
344 reg &= ~RENESAS_SDHI_SCC_CKSEL_DTSEL;
345 tmio_sd_writel(priv, reg, RENESAS_SDHI_SCC_CKSEL);
347 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_TMPPORT2);
348 reg &= ~(RENESAS_SDHI_SCC_TMPPORT2_HS400EN |
349 RENESAS_SDHI_SCC_TMPPORT2_HS400OSEL);
350 tmio_sd_writel(priv, reg, RENESAS_SDHI_SCC_TMPPORT2);
352 /* Disable HS400 mode adjustment */
353 renesas_sdhi_adjust_hs400_mode_disable(priv);
355 reg = tmio_sd_readl(priv, TMIO_SD_CLKCTL);
356 reg |= TMIO_SD_CLKCTL_SCLKEN;
357 tmio_sd_writel(priv, reg, TMIO_SD_CLKCTL);
359 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_RVSCNTL);
360 reg &= ~RENESAS_SDHI_SCC_RVSCNTL_RVSEN;
361 tmio_sd_writel(priv, reg, RENESAS_SDHI_SCC_RVSCNTL);
363 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_RVSCNTL);
364 reg &= ~RENESAS_SDHI_SCC_RVSCNTL_RVSEN;
365 tmio_sd_writel(priv, reg, RENESAS_SDHI_SCC_RVSCNTL);
368 static int renesas_sdhi_hs400(struct udevice *dev)
370 struct tmio_sd_priv *priv = dev_get_priv(dev);
371 struct mmc *mmc = mmc_get_mmc_dev(dev);
372 bool hs400 = (mmc->selected_mode == MMC_HS_400);
373 int ret, taps = hs400 ? priv->nrtaps : 8;
374 unsigned long new_tap;
377 if (taps == 4) /* HS400 on 4tap SoC needs different clock */
378 ret = clk_set_rate(&priv->clk, 400000000);
380 ret = clk_set_rate(&priv->clk, 200000000);
384 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_RVSCNTL);
385 reg &= ~RENESAS_SDHI_SCC_RVSCNTL_RVSEN;
386 tmio_sd_writel(priv, reg, RENESAS_SDHI_SCC_RVSCNTL);
388 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_TMPPORT2);
390 reg |= RENESAS_SDHI_SCC_TMPPORT2_HS400EN |
391 RENESAS_SDHI_SCC_TMPPORT2_HS400OSEL;
393 reg &= ~(RENESAS_SDHI_SCC_TMPPORT2_HS400EN |
394 RENESAS_SDHI_SCC_TMPPORT2_HS400OSEL);
397 tmio_sd_writel(priv, reg, RENESAS_SDHI_SCC_TMPPORT2);
399 /* Disable HS400 mode adjustment */
401 renesas_sdhi_adjust_hs400_mode_disable(priv);
403 tmio_sd_writel(priv, (0x8 << RENESAS_SDHI_SCC_DTCNTL_TAPNUM_SHIFT) |
404 RENESAS_SDHI_SCC_DTCNTL_TAPEN,
405 RENESAS_SDHI_SCC_DTCNTL);
408 if (priv->hs400_bad_tap & BIT(priv->tap_set)) {
409 new_tap = (priv->tap_set +
410 priv->tap_num + 1) % priv->tap_num;
412 if (priv->hs400_bad_tap & BIT(new_tap))
413 new_tap = (priv->tap_set +
414 priv->tap_num - 1) % priv->tap_num;
416 if (priv->hs400_bad_tap & BIT(new_tap)) {
417 new_tap = priv->tap_set;
418 debug("Three consecutive bad tap is prohibited\n");
421 priv->tap_set = new_tap;
422 tmio_sd_writel(priv, priv->tap_set, RENESAS_SDHI_SCC_TAPSET);
426 tmio_sd_writel(priv, priv->tap_set >> 1,
427 RENESAS_SDHI_SCC_TAPSET);
428 tmio_sd_writel(priv, hs400 ? 0x100 : 0x300,
429 RENESAS_SDHI_SCC_DT2FF);
431 tmio_sd_writel(priv, priv->tap_set, RENESAS_SDHI_SCC_TAPSET);
432 tmio_sd_writel(priv, 0x300, RENESAS_SDHI_SCC_DT2FF);
435 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_CKSEL);
436 reg |= RENESAS_SDHI_SCC_CKSEL_DTSEL;
437 tmio_sd_writel(priv, reg, RENESAS_SDHI_SCC_CKSEL);
439 /* Execute adjust hs400 offset after setting to HS400 mode */
441 priv->needs_adjust_hs400 = true;
446 static void renesas_sdhi_prepare_tuning(struct tmio_sd_priv *priv,
449 /* Set sampling clock position */
450 tmio_sd_writel(priv, tap, RENESAS_SDHI_SCC_TAPSET);
453 static unsigned int renesas_sdhi_compare_scc_data(struct tmio_sd_priv *priv)
455 /* Get comparison of sampling data */
456 return tmio_sd_readl(priv, RENESAS_SDHI_SCC_SMPCMP);
459 static int renesas_sdhi_select_tuning(struct tmio_sd_priv *priv,
462 unsigned long tap_cnt; /* counter of tuning success */
463 unsigned long tap_start;/* start position of tuning success */
464 unsigned long tap_end; /* end position of tuning success */
465 unsigned long ntap; /* temporary counter of tuning success */
466 unsigned long match_cnt;/* counter of matching data */
471 priv->needs_adjust_hs400 = false;
473 /* Clear SCC_RVSREQ */
474 tmio_sd_writel(priv, 0, RENESAS_SDHI_SCC_RVSREQ);
476 /* Merge the results */
477 for (i = 0; i < priv->tap_num * 2; i++) {
478 if (!(taps & BIT(i))) {
479 taps &= ~BIT(i % priv->tap_num);
480 taps &= ~BIT((i % priv->tap_num) + priv->tap_num);
482 if (!(priv->smpcmp & BIT(i))) {
483 priv->smpcmp &= ~BIT(i % priv->tap_num);
484 priv->smpcmp &= ~BIT((i % priv->tap_num) + priv->tap_num);
489 * Find the longest consecutive run of successful probes. If that
490 * is more than RENESAS_SDHI_MAX_TAP probes long then use the
491 * center index as the tap.
497 for (i = 0; i < priv->tap_num * 2; i++) {
501 if (ntap > tap_cnt) {
502 tap_start = i - ntap;
510 if (ntap > tap_cnt) {
511 tap_start = i - ntap;
517 * If all of the TAP is OK, the sampling clock position is selected by
518 * identifying the change point of data.
520 if (tap_cnt == priv->tap_num * 2) {
525 for (i = 0; i < priv->tap_num * 2; i++) {
526 if (priv->smpcmp & BIT(i))
529 if (ntap > match_cnt) {
530 tap_start = i - ntap;
537 if (ntap > match_cnt) {
538 tap_start = i - ntap;
544 } else if (tap_cnt >= RENESAS_SDHI_MAX_TAP)
548 priv->tap_set = ((tap_start + tap_end) / 2) % priv->tap_num;
553 tmio_sd_writel(priv, priv->tap_set, RENESAS_SDHI_SCC_TAPSET);
555 /* Enable auto re-tuning */
556 reg = tmio_sd_readl(priv, RENESAS_SDHI_SCC_RVSCNTL);
557 reg |= RENESAS_SDHI_SCC_RVSCNTL_RVSEN;
558 tmio_sd_writel(priv, reg, RENESAS_SDHI_SCC_RVSCNTL);
563 int renesas_sdhi_execute_tuning(struct udevice *dev, uint opcode)
565 struct tmio_sd_priv *priv = dev_get_priv(dev);
566 struct mmc_uclass_priv *upriv = dev_get_uclass_priv(dev);
567 struct mmc *mmc = upriv->mmc;
568 unsigned int tap_num;
569 unsigned int taps = 0;
573 /* Only supported on Renesas RCar */
574 if (!(priv->caps & TMIO_SD_CAP_RCAR_UHS))
577 /* clock tuning is not needed for upto 52MHz */
578 if (!((mmc->selected_mode == MMC_HS_200) ||
579 (mmc->selected_mode == MMC_HS_400) ||
580 (mmc->selected_mode == UHS_SDR104) ||
581 (mmc->selected_mode == UHS_SDR50)))
584 tap_num = renesas_sdhi_init_tuning(priv);
586 /* Tuning is not supported */
589 priv->tap_num = tap_num;
591 if (priv->tap_num * 2 >= sizeof(taps) * 8) {
593 "Too many taps, skipping tuning. Please consider updating size of taps field of tmio_mmc_host\n");
599 /* Issue CMD19 twice for each tap */
600 for (i = 0; i < 2 * priv->tap_num; i++) {
601 renesas_sdhi_prepare_tuning(priv, i % priv->tap_num);
603 /* Force PIO for the tuning */
605 priv->caps &= ~TMIO_SD_CAP_DMA_INTERNAL;
607 ret = mmc_send_tuning(mmc, opcode, NULL);
614 ret = renesas_sdhi_compare_scc_data(priv);
616 priv->smpcmp |= BIT(i);
621 ret = renesas_sdhi_select_tuning(priv, taps);
625 dev_warn(dev, "Tuning procedure failed\n");
626 renesas_sdhi_reset_tuning(priv);
632 static int renesas_sdhi_hs400(struct udevice *dev)
638 static int renesas_sdhi_set_ios(struct udevice *dev)
640 struct tmio_sd_priv *priv = dev_get_priv(dev);
644 /* Stop the clock before changing its rate to avoid a glitch signal */
645 tmp = tmio_sd_readl(priv, TMIO_SD_CLKCTL);
646 tmp &= ~TMIO_SD_CLKCTL_SCLKEN;
647 tmio_sd_writel(priv, tmp, TMIO_SD_CLKCTL);
649 ret = renesas_sdhi_hs400(dev);
653 ret = tmio_sd_set_ios(dev);
657 #if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT) || \
658 CONFIG_IS_ENABLED(MMC_HS200_SUPPORT) || \
659 CONFIG_IS_ENABLED(MMC_HS400_SUPPORT)
660 struct mmc *mmc = mmc_get_mmc_dev(dev);
661 if ((priv->caps & TMIO_SD_CAP_RCAR_UHS) &&
662 (mmc->selected_mode != UHS_SDR104) &&
663 (mmc->selected_mode != MMC_HS_200) &&
664 (mmc->selected_mode != MMC_HS_400)) {
665 renesas_sdhi_reset_tuning(priv);
672 #if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT)
673 static int renesas_sdhi_wait_dat0(struct udevice *dev, int state,
676 int ret = -ETIMEDOUT;
678 bool target_dat0_high = !!state;
679 struct tmio_sd_priv *priv = dev_get_priv(dev);
681 timeout_us = DIV_ROUND_UP(timeout_us, 10); /* check every 10 us. */
682 while (timeout_us--) {
683 dat0_high = !!(tmio_sd_readl(priv, TMIO_SD_INFO2) & TMIO_SD_INFO2_DAT0);
684 if (dat0_high == target_dat0_high) {
695 #define RENESAS_SDHI_DMA_ALIGNMENT 128
697 static int renesas_sdhi_addr_aligned_gen(uintptr_t ubuf,
698 size_t len, size_t len_aligned)
700 /* Check if start is aligned */
701 if (!IS_ALIGNED(ubuf, RENESAS_SDHI_DMA_ALIGNMENT)) {
702 debug("Unaligned buffer address %lx\n", ubuf);
706 /* Check if length is aligned */
707 if (len != len_aligned) {
708 debug("Unaligned buffer length %zu\n", len);
712 #ifdef CONFIG_PHYS_64BIT
713 /* Check if below 32bit boundary */
714 if ((ubuf >> 32) || (ubuf + len_aligned) >> 32) {
715 debug("Buffer above 32bit boundary %lx-%lx\n",
716 ubuf, ubuf + len_aligned);
725 static int renesas_sdhi_addr_aligned(struct bounce_buffer *state)
727 uintptr_t ubuf = (uintptr_t)state->user_buffer;
729 return renesas_sdhi_addr_aligned_gen(ubuf, state->len,
733 static int renesas_sdhi_send_cmd(struct udevice *dev, struct mmc_cmd *cmd,
734 struct mmc_data *data)
736 struct bounce_buffer bbstate;
737 unsigned int bbflags;
744 if (data->flags & MMC_DATA_READ) {
746 bbflags = GEN_BB_WRITE;
748 buf = (void *)data->src;
749 bbflags = GEN_BB_READ;
751 len = data->blocks * data->blocksize;
753 ret = bounce_buffer_start_extalign(&bbstate, buf, len, bbflags,
754 RENESAS_SDHI_DMA_ALIGNMENT,
755 renesas_sdhi_addr_aligned);
757 * If the amount of data to transfer is too large, we can get
758 * -ENOMEM when starting the bounce buffer. If that happens,
759 * fall back to PIO as it was before, otherwise use the BB.
763 if (data->flags & MMC_DATA_READ)
764 data->dest = bbstate.bounce_buffer;
766 data->src = bbstate.bounce_buffer;
770 ret = tmio_sd_send_cmd(dev, cmd, data);
773 buf = bbstate.user_buffer;
775 bounce_buffer_stop(&bbstate);
777 if (data->flags & MMC_DATA_READ)
786 #if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT) || \
787 CONFIG_IS_ENABLED(MMC_HS200_SUPPORT) || \
788 CONFIG_IS_ENABLED(MMC_HS400_SUPPORT)
789 struct tmio_sd_priv *priv = dev_get_priv(dev);
791 renesas_sdhi_check_scc_error(dev);
793 if (cmd->cmdidx == MMC_CMD_SEND_STATUS)
794 renesas_sdhi_adjust_hs400_mode_enable(priv);
800 int renesas_sdhi_get_b_max(struct udevice *dev, void *dst, lbaint_t blkcnt)
802 struct tmio_sd_priv *priv = dev_get_priv(dev);
803 struct mmc_uclass_priv *upriv = dev_get_uclass_priv(dev);
804 struct mmc *mmc = upriv->mmc;
805 size_t len = blkcnt * mmc->read_bl_len;
806 size_t len_align = roundup(len, RENESAS_SDHI_DMA_ALIGNMENT);
808 if (renesas_sdhi_addr_aligned_gen((uintptr_t)dst, len, len_align)) {
809 if (priv->quirks & TMIO_SD_CAP_16BIT)
814 return (CONFIG_SYS_MALLOC_LEN / 4) / mmc->read_bl_len;
818 static const struct dm_mmc_ops renesas_sdhi_ops = {
819 .send_cmd = renesas_sdhi_send_cmd,
820 .set_ios = renesas_sdhi_set_ios,
821 .get_cd = tmio_sd_get_cd,
822 #if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT) || \
823 CONFIG_IS_ENABLED(MMC_HS200_SUPPORT) || \
824 CONFIG_IS_ENABLED(MMC_HS400_SUPPORT)
825 .execute_tuning = renesas_sdhi_execute_tuning,
827 #if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT)
828 .wait_dat0 = renesas_sdhi_wait_dat0,
830 .get_b_max = renesas_sdhi_get_b_max,
833 #define RENESAS_GEN2_QUIRKS TMIO_SD_CAP_RCAR_GEN2
834 #define RENESAS_GEN3_QUIRKS \
835 TMIO_SD_CAP_64BIT | TMIO_SD_CAP_RCAR_GEN3 | TMIO_SD_CAP_RCAR_UHS
837 static const struct udevice_id renesas_sdhi_match[] = {
838 { .compatible = "renesas,sdhi-r8a7790", .data = RENESAS_GEN2_QUIRKS },
839 { .compatible = "renesas,sdhi-r8a7791", .data = RENESAS_GEN2_QUIRKS },
840 { .compatible = "renesas,sdhi-r8a7792", .data = RENESAS_GEN2_QUIRKS },
841 { .compatible = "renesas,sdhi-r8a7793", .data = RENESAS_GEN2_QUIRKS },
842 { .compatible = "renesas,sdhi-r8a7794", .data = RENESAS_GEN2_QUIRKS },
843 { .compatible = "renesas,sdhi-r8a7795", .data = RENESAS_GEN3_QUIRKS },
844 { .compatible = "renesas,sdhi-r8a7796", .data = RENESAS_GEN3_QUIRKS },
845 { .compatible = "renesas,rcar-gen3-sdhi", .data = RENESAS_GEN3_QUIRKS },
846 { .compatible = "renesas,sdhi-r8a77965", .data = RENESAS_GEN3_QUIRKS },
847 { .compatible = "renesas,sdhi-r8a77970", .data = RENESAS_GEN3_QUIRKS },
848 { .compatible = "renesas,sdhi-r8a77990", .data = RENESAS_GEN3_QUIRKS },
849 { .compatible = "renesas,sdhi-r8a77995", .data = RENESAS_GEN3_QUIRKS },
853 static ulong renesas_sdhi_clk_get_rate(struct tmio_sd_priv *priv)
855 return clk_get_rate(&priv->clk);
858 static void renesas_sdhi_filter_caps(struct udevice *dev)
860 struct tmio_sd_priv *priv = dev_get_priv(dev);
862 if (!(priv->caps & TMIO_SD_CAP_RCAR_GEN3))
865 #if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT) || \
866 CONFIG_IS_ENABLED(MMC_HS200_SUPPORT) || \
867 CONFIG_IS_ENABLED(MMC_HS400_SUPPORT)
868 struct tmio_sd_plat *plat = dev_get_plat(dev);
870 /* HS400 is not supported on H3 ES1.x and M3W ES1.0, ES1.1 */
871 if (((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
872 (rmobile_get_cpu_rev_integer() <= 1)) ||
873 ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
874 (rmobile_get_cpu_rev_integer() == 1) &&
875 (rmobile_get_cpu_rev_fraction() < 2)))
876 plat->cfg.host_caps &= ~MMC_MODE_HS400;
878 /* H3 ES2.0, ES3.0 and M3W ES1.2 and M3N bad taps */
879 if (((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
880 (rmobile_get_cpu_rev_integer() >= 2)) ||
881 ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
882 (rmobile_get_cpu_rev_integer() == 1) &&
883 (rmobile_get_cpu_rev_fraction() == 2)) ||
884 (rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77965))
885 priv->hs400_bad_tap = BIT(2) | BIT(3) | BIT(6) | BIT(7);
887 /* H3 ES3.0 can use HS400 with manual adjustment */
888 if ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
889 (rmobile_get_cpu_rev_integer() >= 3)) {
890 priv->adjust_hs400_enable = true;
891 priv->adjust_hs400_offset = 0;
892 priv->adjust_hs400_calib_table =
893 r8a7795_calib_table[!rmobile_is_gen3_mmc0(priv)];
896 /* M3W ES1.2 can use HS400 with manual adjustment */
897 if ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
898 (rmobile_get_cpu_rev_integer() == 1) &&
899 (rmobile_get_cpu_rev_fraction() == 2)) {
900 priv->adjust_hs400_enable = true;
901 priv->adjust_hs400_offset = 3;
902 priv->adjust_hs400_calib_table =
903 r8a7796_rev1_calib_table[!rmobile_is_gen3_mmc0(priv)];
906 /* M3W ES1.x for x>2 can use HS400 with manual adjustment and taps */
907 if ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
908 (rmobile_get_cpu_rev_integer() == 1) &&
909 (rmobile_get_cpu_rev_fraction() > 2)) {
910 priv->adjust_hs400_enable = true;
911 priv->adjust_hs400_offset = 0;
912 priv->hs400_bad_tap = BIT(1) | BIT(3) | BIT(5) | BIT(7);
913 priv->adjust_hs400_calib_table =
914 r8a7796_rev3_calib_table[!rmobile_is_gen3_mmc0(priv)];
917 /* M3N can use HS400 with manual adjustment */
918 if (rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77965) {
919 priv->adjust_hs400_enable = true;
920 priv->adjust_hs400_offset = 3;
921 priv->adjust_hs400_calib_table =
922 r8a77965_calib_table[!rmobile_is_gen3_mmc0(priv)];
925 /* E3 can use HS400 with manual adjustment */
926 if (rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77990) {
927 priv->adjust_hs400_enable = true;
928 priv->adjust_hs400_offset = 3;
929 priv->adjust_hs400_calib_table =
930 r8a77990_calib_table[!rmobile_is_gen3_mmc0(priv)];
933 /* H3 ES1.x, ES2.0 and M3W ES1.0, ES1.1, ES1.2 uses 4 tuning taps */
934 if (((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
935 (rmobile_get_cpu_rev_integer() <= 2)) ||
936 ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
937 (rmobile_get_cpu_rev_integer() == 1) &&
938 (rmobile_get_cpu_rev_fraction() <= 2)))
943 /* H3 ES1.x and M3W ES1.0 uses bit 17 for DTRAEND */
944 if (((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
945 (rmobile_get_cpu_rev_integer() <= 1)) ||
946 ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
947 (rmobile_get_cpu_rev_integer() == 1) &&
948 (rmobile_get_cpu_rev_fraction() == 0)))
949 priv->read_poll_flag = TMIO_SD_DMA_INFO1_END_RD;
951 priv->read_poll_flag = TMIO_SD_DMA_INFO1_END_RD2;
954 static int renesas_sdhi_probe(struct udevice *dev)
956 struct tmio_sd_priv *priv = dev_get_priv(dev);
957 u32 quirks = dev_get_driver_data(dev);
958 struct fdt_resource reg_res;
959 DECLARE_GLOBAL_DATA_PTR;
962 priv->clk_get_rate = renesas_sdhi_clk_get_rate;
964 if (quirks == RENESAS_GEN2_QUIRKS) {
965 ret = fdt_get_resource(gd->fdt_blob, dev_of_offset(dev),
968 dev_err(dev, "\"reg\" resource not found, ret=%i\n",
973 if (fdt_resource_size(®_res) == 0x100)
974 quirks |= TMIO_SD_CAP_16BIT;
977 ret = clk_get_by_index(dev, 0, &priv->clk);
979 dev_err(dev, "failed to get host clock\n");
983 /* set to max rate */
984 ret = clk_set_rate(&priv->clk, 200000000);
986 dev_err(dev, "failed to set rate for host clock\n");
987 clk_free(&priv->clk);
991 ret = clk_enable(&priv->clk);
993 dev_err(dev, "failed to enable host clock\n");
997 priv->quirks = quirks;
998 ret = tmio_sd_probe(dev, quirks);
1000 renesas_sdhi_filter_caps(dev);
1002 #if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT) || \
1003 CONFIG_IS_ENABLED(MMC_HS200_SUPPORT) || \
1004 CONFIG_IS_ENABLED(MMC_HS400_SUPPORT)
1005 if (!ret && (priv->caps & TMIO_SD_CAP_RCAR_UHS))
1006 renesas_sdhi_reset_tuning(priv);
1011 U_BOOT_DRIVER(renesas_sdhi) = {
1012 .name = "renesas-sdhi",
1014 .of_match = renesas_sdhi_match,
1015 .bind = tmio_sd_bind,
1016 .probe = renesas_sdhi_probe,
1017 .priv_auto = sizeof(struct tmio_sd_priv),
1018 .plat_auto = sizeof(struct tmio_sd_plat),
1019 .ops = &renesas_sdhi_ops,