Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 2 | /* |
Jerry Huang | d621da0 | 2011-01-06 23:42:19 -0600 | [diff] [blame] | 3 | * Copyright 2007, 2010-2011 Freescale Semiconductor, Inc |
Yangbo Lu | 66fa035 | 2019-05-23 11:05:46 +0800 | [diff] [blame] | 4 | * Copyright 2019 NXP Semiconductors |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 5 | * Andy Fleming |
| 6 | * |
| 7 | * Based vaguely on the pxa mmc code: |
| 8 | * (C) Copyright 2003 |
| 9 | * Kyle Harris, Nexus Technologies, Inc. kharris@nexus-tech.net |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 10 | */ |
| 11 | |
| 12 | #include <config.h> |
| 13 | #include <common.h> |
| 14 | #include <command.h> |
Peng Fan | 3cb1450 | 2018-10-18 14:28:35 +0200 | [diff] [blame] | 15 | #include <clk.h> |
Jaehoon Chung | 915ffa5 | 2016-07-19 16:33:36 +0900 | [diff] [blame] | 16 | #include <errno.h> |
Anton Vorontsov | b33433a | 2009-06-10 00:25:29 +0400 | [diff] [blame] | 17 | #include <hwconfig.h> |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 18 | #include <mmc.h> |
| 19 | #include <part.h> |
Peng Fan | 4483b7e | 2017-06-12 17:50:54 +0800 | [diff] [blame] | 20 | #include <power/regulator.h> |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 21 | #include <malloc.h> |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 22 | #include <fsl_esdhc.h> |
Anton Vorontsov | b33433a | 2009-06-10 00:25:29 +0400 | [diff] [blame] | 23 | #include <fdt_support.h> |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 24 | #include <asm/io.h> |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 25 | #include <dm.h> |
| 26 | #include <asm-generic/gpio.h> |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 27 | #include <dm/pinctrl.h> |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 28 | |
Yangbo Lu | 66fa035 | 2019-05-23 11:05:46 +0800 | [diff] [blame] | 29 | #if !CONFIG_IS_ENABLED(BLK) |
| 30 | #include "mmc_private.h" |
| 31 | #endif |
| 32 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 33 | DECLARE_GLOBAL_DATA_PTR; |
| 34 | |
Ye.Li | a3d6e38 | 2014-11-04 15:35:49 +0800 | [diff] [blame] | 35 | #define SDHCI_IRQ_EN_BITS (IRQSTATEN_CC | IRQSTATEN_TC | \ |
| 36 | IRQSTATEN_CINT | \ |
| 37 | IRQSTATEN_CTOE | IRQSTATEN_CCE | IRQSTATEN_CEBE | \ |
| 38 | IRQSTATEN_CIE | IRQSTATEN_DTOE | IRQSTATEN_DCE | \ |
| 39 | IRQSTATEN_DEBE | IRQSTATEN_BRR | IRQSTATEN_BWR | \ |
| 40 | IRQSTATEN_DINT) |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 41 | #define MAX_TUNING_LOOP 40 |
Yangbo Lu | 66fa035 | 2019-05-23 11:05:46 +0800 | [diff] [blame] | 42 | #define ESDHC_DRIVER_STAGE_VALUE 0xffffffff |
Ye.Li | a3d6e38 | 2014-11-04 15:35:49 +0800 | [diff] [blame] | 43 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 44 | struct fsl_esdhc { |
Haijun.Zhang | 511948b | 2013-10-30 11:37:55 +0800 | [diff] [blame] | 45 | uint dsaddr; /* SDMA system address register */ |
| 46 | uint blkattr; /* Block attributes register */ |
| 47 | uint cmdarg; /* Command argument register */ |
| 48 | uint xfertyp; /* Transfer type register */ |
| 49 | uint cmdrsp0; /* Command response 0 register */ |
| 50 | uint cmdrsp1; /* Command response 1 register */ |
| 51 | uint cmdrsp2; /* Command response 2 register */ |
| 52 | uint cmdrsp3; /* Command response 3 register */ |
| 53 | uint datport; /* Buffer data port register */ |
| 54 | uint prsstat; /* Present state register */ |
| 55 | uint proctl; /* Protocol control register */ |
| 56 | uint sysctl; /* System Control Register */ |
| 57 | uint irqstat; /* Interrupt status register */ |
| 58 | uint irqstaten; /* Interrupt status enable register */ |
| 59 | uint irqsigen; /* Interrupt signal enable register */ |
| 60 | uint autoc12err; /* Auto CMD error status register */ |
| 61 | uint hostcapblt; /* Host controller capabilities register */ |
| 62 | uint wml; /* Watermark level register */ |
| 63 | uint mixctrl; /* For USDHC */ |
| 64 | char reserved1[4]; /* reserved */ |
| 65 | uint fevt; /* Force event register */ |
| 66 | uint admaes; /* ADMA error status register */ |
| 67 | uint adsaddr; /* ADMA system address register */ |
Peng Fan | f53225c | 2016-06-15 10:53:00 +0800 | [diff] [blame] | 68 | char reserved2[4]; |
| 69 | uint dllctrl; |
| 70 | uint dllstat; |
| 71 | uint clktunectrlstatus; |
Peng Fan | 59d3782 | 2018-01-21 19:00:22 +0800 | [diff] [blame] | 72 | char reserved3[4]; |
| 73 | uint strobe_dllctrl; |
| 74 | uint strobe_dllstat; |
| 75 | char reserved4[72]; |
Peng Fan | f53225c | 2016-06-15 10:53:00 +0800 | [diff] [blame] | 76 | uint vendorspec; |
| 77 | uint mmcboot; |
| 78 | uint vendorspec2; |
Peng Fan | 59d3782 | 2018-01-21 19:00:22 +0800 | [diff] [blame] | 79 | uint tuning_ctrl; /* on i.MX6/7/8 */ |
| 80 | char reserved5[44]; |
Haijun.Zhang | 511948b | 2013-10-30 11:37:55 +0800 | [diff] [blame] | 81 | uint hostver; /* Host controller version register */ |
Otavio Salvador | f022d36 | 2015-02-17 10:42:43 -0200 | [diff] [blame] | 82 | char reserved6[4]; /* reserved */ |
Peng Fan | 59d3782 | 2018-01-21 19:00:22 +0800 | [diff] [blame] | 83 | uint dmaerraddr; /* DMA error address register */ |
Peng Fan | f53225c | 2016-06-15 10:53:00 +0800 | [diff] [blame] | 84 | char reserved7[4]; /* reserved */ |
Peng Fan | 59d3782 | 2018-01-21 19:00:22 +0800 | [diff] [blame] | 85 | uint dmaerrattr; /* DMA error attribute register */ |
| 86 | char reserved8[4]; /* reserved */ |
Haijun.Zhang | 511948b | 2013-10-30 11:37:55 +0800 | [diff] [blame] | 87 | uint hostcapblt2; /* Host controller capabilities register 2 */ |
Peng Fan | 59d3782 | 2018-01-21 19:00:22 +0800 | [diff] [blame] | 88 | char reserved9[8]; /* reserved */ |
Haijun.Zhang | 511948b | 2013-10-30 11:37:55 +0800 | [diff] [blame] | 89 | uint tcr; /* Tuning control register */ |
Peng Fan | 59d3782 | 2018-01-21 19:00:22 +0800 | [diff] [blame] | 90 | char reserved10[28]; /* reserved */ |
Haijun.Zhang | 511948b | 2013-10-30 11:37:55 +0800 | [diff] [blame] | 91 | uint sddirctl; /* SD direction control register */ |
Peng Fan | 59d3782 | 2018-01-21 19:00:22 +0800 | [diff] [blame] | 92 | char reserved11[712];/* reserved */ |
Haijun.Zhang | 511948b | 2013-10-30 11:37:55 +0800 | [diff] [blame] | 93 | uint scr; /* eSDHC control register */ |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 94 | }; |
| 95 | |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 96 | struct fsl_esdhc_plat { |
| 97 | struct mmc_config cfg; |
| 98 | struct mmc mmc; |
| 99 | }; |
| 100 | |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 101 | struct esdhc_soc_data { |
| 102 | u32 flags; |
| 103 | u32 caps; |
| 104 | }; |
| 105 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 106 | /** |
| 107 | * struct fsl_esdhc_priv |
| 108 | * |
| 109 | * @esdhc_regs: registers of the sdhc controller |
| 110 | * @sdhc_clk: Current clk of the sdhc controller |
| 111 | * @bus_width: bus width, 1bit, 4bit or 8bit |
| 112 | * @cfg: mmc config |
| 113 | * @mmc: mmc |
| 114 | * Following is used when Driver Model is enabled for MMC |
| 115 | * @dev: pointer for the device |
| 116 | * @non_removable: 0: removable; 1: non-removable |
Peng Fan | 1483151 | 2016-06-15 10:53:02 +0800 | [diff] [blame] | 117 | * @wp_enable: 1: enable checking wp; 0: no check |
Peng Fan | 32a9179 | 2017-06-12 17:50:53 +0800 | [diff] [blame] | 118 | * @vs18_enable: 1: use 1.8V voltage; 0: use 3.3V |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 119 | * @flags: ESDHC_FLAG_xx in include/fsl_esdhc.h |
| 120 | * @caps: controller capabilities |
| 121 | * @tuning_step: tuning step setting in tuning_ctrl register |
| 122 | * @start_tuning_tap: the start point for tuning in tuning_ctrl register |
| 123 | * @strobe_dll_delay_target: settings in strobe_dllctrl |
| 124 | * @signal_voltage: indicating the current voltage |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 125 | * @cd_gpio: gpio for card detection |
Peng Fan | 1483151 | 2016-06-15 10:53:02 +0800 | [diff] [blame] | 126 | * @wp_gpio: gpio for write protection |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 127 | */ |
| 128 | struct fsl_esdhc_priv { |
| 129 | struct fsl_esdhc *esdhc_regs; |
| 130 | unsigned int sdhc_clk; |
Peng Fan | 3cb1450 | 2018-10-18 14:28:35 +0200 | [diff] [blame] | 131 | struct clk per_clk; |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 132 | unsigned int clock; |
| 133 | unsigned int mode; |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 134 | unsigned int bus_width; |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 135 | #if !CONFIG_IS_ENABLED(BLK) |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 136 | struct mmc *mmc; |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 137 | #endif |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 138 | struct udevice *dev; |
| 139 | int non_removable; |
Peng Fan | 1483151 | 2016-06-15 10:53:02 +0800 | [diff] [blame] | 140 | int wp_enable; |
Peng Fan | 32a9179 | 2017-06-12 17:50:53 +0800 | [diff] [blame] | 141 | int vs18_enable; |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 142 | u32 flags; |
| 143 | u32 caps; |
| 144 | u32 tuning_step; |
| 145 | u32 tuning_start_tap; |
| 146 | u32 strobe_dll_delay_target; |
| 147 | u32 signal_voltage; |
| 148 | #if IS_ENABLED(CONFIG_DM_REGULATOR) |
| 149 | struct udevice *vqmmc_dev; |
| 150 | struct udevice *vmmc_dev; |
| 151 | #endif |
Yangbo Lu | fc8048a | 2016-12-07 11:54:30 +0800 | [diff] [blame] | 152 | #ifdef CONFIG_DM_GPIO |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 153 | struct gpio_desc cd_gpio; |
Peng Fan | 1483151 | 2016-06-15 10:53:02 +0800 | [diff] [blame] | 154 | struct gpio_desc wp_gpio; |
Yangbo Lu | fc8048a | 2016-12-07 11:54:30 +0800 | [diff] [blame] | 155 | #endif |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 156 | }; |
| 157 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 158 | /* Return the XFERTYP flags for a given command and data packet */ |
Kim Phillips | eafa90a | 2012-10-29 13:34:44 +0000 | [diff] [blame] | 159 | static uint esdhc_xfertyp(struct mmc_cmd *cmd, struct mmc_data *data) |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 160 | { |
| 161 | uint xfertyp = 0; |
| 162 | |
| 163 | if (data) { |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 164 | xfertyp |= XFERTYP_DPSEL; |
| 165 | #ifndef CONFIG_SYS_FSL_ESDHC_USE_PIO |
| 166 | xfertyp |= XFERTYP_DMAEN; |
| 167 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 168 | if (data->blocks > 1) { |
| 169 | xfertyp |= XFERTYP_MSBSEL; |
| 170 | xfertyp |= XFERTYP_BCEN; |
Jerry Huang | d621da0 | 2011-01-06 23:42:19 -0600 | [diff] [blame] | 171 | #ifdef CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
| 172 | xfertyp |= XFERTYP_AC12EN; |
| 173 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 174 | } |
| 175 | |
| 176 | if (data->flags & MMC_DATA_READ) |
| 177 | xfertyp |= XFERTYP_DTDSEL; |
| 178 | } |
| 179 | |
| 180 | if (cmd->resp_type & MMC_RSP_CRC) |
| 181 | xfertyp |= XFERTYP_CCCEN; |
| 182 | if (cmd->resp_type & MMC_RSP_OPCODE) |
| 183 | xfertyp |= XFERTYP_CICEN; |
| 184 | if (cmd->resp_type & MMC_RSP_136) |
| 185 | xfertyp |= XFERTYP_RSPTYP_136; |
| 186 | else if (cmd->resp_type & MMC_RSP_BUSY) |
| 187 | xfertyp |= XFERTYP_RSPTYP_48_BUSY; |
| 188 | else if (cmd->resp_type & MMC_RSP_PRESENT) |
| 189 | xfertyp |= XFERTYP_RSPTYP_48; |
| 190 | |
Jason Liu | 4571de3 | 2011-03-22 01:32:31 +0000 | [diff] [blame] | 191 | if (cmd->cmdidx == MMC_CMD_STOP_TRANSMISSION) |
| 192 | xfertyp |= XFERTYP_CMDTYP_ABORT; |
Yangbo Lu | 2550344 | 2016-01-21 17:33:19 +0800 | [diff] [blame] | 193 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 194 | return XFERTYP_CMD(cmd->cmdidx) | xfertyp; |
| 195 | } |
| 196 | |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 197 | #ifdef CONFIG_SYS_FSL_ESDHC_USE_PIO |
| 198 | /* |
| 199 | * PIO Read/Write Mode reduce the performace as DMA is not used in this mode. |
| 200 | */ |
Simon Glass | 09b465f | 2017-07-29 11:35:17 -0600 | [diff] [blame] | 201 | static void esdhc_pio_read_write(struct fsl_esdhc_priv *priv, |
| 202 | struct mmc_data *data) |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 203 | { |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 204 | struct fsl_esdhc *regs = priv->esdhc_regs; |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 205 | uint blocks; |
| 206 | char *buffer; |
| 207 | uint databuf; |
| 208 | uint size; |
| 209 | uint irqstat; |
Benoît Thébaudeau | bcfb365 | 2017-10-29 22:08:58 +0100 | [diff] [blame] | 210 | ulong start; |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 211 | |
| 212 | if (data->flags & MMC_DATA_READ) { |
| 213 | blocks = data->blocks; |
| 214 | buffer = data->dest; |
| 215 | while (blocks) { |
Benoît Thébaudeau | bcfb365 | 2017-10-29 22:08:58 +0100 | [diff] [blame] | 216 | start = get_timer(0); |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 217 | size = data->blocksize; |
| 218 | irqstat = esdhc_read32(®s->irqstat); |
Benoît Thébaudeau | bcfb365 | 2017-10-29 22:08:58 +0100 | [diff] [blame] | 219 | while (!(esdhc_read32(®s->prsstat) & PRSSTAT_BREN)) { |
| 220 | if (get_timer(start) > PIO_TIMEOUT) { |
| 221 | printf("\nData Read Failed in PIO Mode."); |
| 222 | return; |
| 223 | } |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 224 | } |
| 225 | while (size && (!(irqstat & IRQSTAT_TC))) { |
| 226 | udelay(100); /* Wait before last byte transfer complete */ |
| 227 | irqstat = esdhc_read32(®s->irqstat); |
| 228 | databuf = in_le32(®s->datport); |
| 229 | *((uint *)buffer) = databuf; |
| 230 | buffer += 4; |
| 231 | size -= 4; |
| 232 | } |
| 233 | blocks--; |
| 234 | } |
| 235 | } else { |
| 236 | blocks = data->blocks; |
Wolfgang Denk | 7b43db9 | 2010-05-09 23:52:59 +0200 | [diff] [blame] | 237 | buffer = (char *)data->src; |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 238 | while (blocks) { |
Benoît Thébaudeau | bcfb365 | 2017-10-29 22:08:58 +0100 | [diff] [blame] | 239 | start = get_timer(0); |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 240 | size = data->blocksize; |
| 241 | irqstat = esdhc_read32(®s->irqstat); |
Benoît Thébaudeau | bcfb365 | 2017-10-29 22:08:58 +0100 | [diff] [blame] | 242 | while (!(esdhc_read32(®s->prsstat) & PRSSTAT_BWEN)) { |
| 243 | if (get_timer(start) > PIO_TIMEOUT) { |
| 244 | printf("\nData Write Failed in PIO Mode."); |
| 245 | return; |
| 246 | } |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 247 | } |
| 248 | while (size && (!(irqstat & IRQSTAT_TC))) { |
| 249 | udelay(100); /* Wait before last byte transfer complete */ |
| 250 | databuf = *((uint *)buffer); |
| 251 | buffer += 4; |
| 252 | size -= 4; |
| 253 | irqstat = esdhc_read32(®s->irqstat); |
| 254 | out_le32(®s->datport, databuf); |
| 255 | } |
| 256 | blocks--; |
| 257 | } |
| 258 | } |
| 259 | } |
| 260 | #endif |
| 261 | |
Simon Glass | 09b465f | 2017-07-29 11:35:17 -0600 | [diff] [blame] | 262 | static int esdhc_setup_data(struct fsl_esdhc_priv *priv, struct mmc *mmc, |
| 263 | struct mmc_data *data) |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 264 | { |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 265 | int timeout; |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 266 | struct fsl_esdhc *regs = priv->esdhc_regs; |
Peng Fan | eec2d43 | 2018-01-10 13:20:40 +0800 | [diff] [blame] | 267 | #if defined(CONFIG_FSL_LAYERSCAPE) || defined(CONFIG_S32V234) || \ |
Peng Fan | cd357ad | 2018-11-20 10:19:25 +0000 | [diff] [blame] | 268 | defined(CONFIG_IMX8) || defined(CONFIG_IMX8M) |
Yangbo Lu | 8b06460 | 2015-03-20 19:28:31 -0700 | [diff] [blame] | 269 | dma_addr_t addr; |
| 270 | #endif |
Wolfgang Denk | 7b43db9 | 2010-05-09 23:52:59 +0200 | [diff] [blame] | 271 | uint wml_value; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 272 | |
| 273 | wml_value = data->blocksize/4; |
| 274 | |
| 275 | if (data->flags & MMC_DATA_READ) { |
Priyanka Jain | 32c8cfb | 2011-02-09 09:24:10 +0530 | [diff] [blame] | 276 | if (wml_value > WML_RD_WML_MAX) |
| 277 | wml_value = WML_RD_WML_MAX_VAL; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 278 | |
Roy Zang | ab467c5 | 2010-02-09 18:23:33 +0800 | [diff] [blame] | 279 | esdhc_clrsetbits32(®s->wml, WML_RD_WML_MASK, wml_value); |
Ye.Li | 7168977 | 2014-02-20 18:00:57 +0800 | [diff] [blame] | 280 | #ifndef CONFIG_SYS_FSL_ESDHC_USE_PIO |
Peng Fan | eec2d43 | 2018-01-10 13:20:40 +0800 | [diff] [blame] | 281 | #if defined(CONFIG_FSL_LAYERSCAPE) || defined(CONFIG_S32V234) || \ |
Peng Fan | cd357ad | 2018-11-20 10:19:25 +0000 | [diff] [blame] | 282 | defined(CONFIG_IMX8) || defined(CONFIG_IMX8M) |
Yangbo Lu | 8b06460 | 2015-03-20 19:28:31 -0700 | [diff] [blame] | 283 | addr = virt_to_phys((void *)(data->dest)); |
| 284 | if (upper_32_bits(addr)) |
| 285 | printf("Error found for upper 32 bits\n"); |
| 286 | else |
| 287 | esdhc_write32(®s->dsaddr, lower_32_bits(addr)); |
| 288 | #else |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 289 | esdhc_write32(®s->dsaddr, (u32)data->dest); |
Ye.Li | 7168977 | 2014-02-20 18:00:57 +0800 | [diff] [blame] | 290 | #endif |
Yangbo Lu | 8b06460 | 2015-03-20 19:28:31 -0700 | [diff] [blame] | 291 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 292 | } else { |
Ye.Li | 7168977 | 2014-02-20 18:00:57 +0800 | [diff] [blame] | 293 | #ifndef CONFIG_SYS_FSL_ESDHC_USE_PIO |
Eric Nelson | e576bd9 | 2012-04-25 14:28:48 +0000 | [diff] [blame] | 294 | flush_dcache_range((ulong)data->src, |
| 295 | (ulong)data->src+data->blocks |
| 296 | *data->blocksize); |
Ye.Li | 7168977 | 2014-02-20 18:00:57 +0800 | [diff] [blame] | 297 | #endif |
Priyanka Jain | 32c8cfb | 2011-02-09 09:24:10 +0530 | [diff] [blame] | 298 | if (wml_value > WML_WR_WML_MAX) |
| 299 | wml_value = WML_WR_WML_MAX_VAL; |
Peng Fan | 1483151 | 2016-06-15 10:53:02 +0800 | [diff] [blame] | 300 | if (priv->wp_enable) { |
| 301 | if ((esdhc_read32(®s->prsstat) & |
| 302 | PRSSTAT_WPSPL) == 0) { |
| 303 | printf("\nThe SD card is locked. Can not write to a locked card.\n\n"); |
Jaehoon Chung | 915ffa5 | 2016-07-19 16:33:36 +0900 | [diff] [blame] | 304 | return -ETIMEDOUT; |
Peng Fan | 1483151 | 2016-06-15 10:53:02 +0800 | [diff] [blame] | 305 | } |
Ye Li | da8e1f3 | 2019-01-07 09:10:27 +0000 | [diff] [blame] | 306 | } else { |
| 307 | #ifdef CONFIG_DM_GPIO |
| 308 | if (dm_gpio_is_valid(&priv->wp_gpio) && dm_gpio_get_value(&priv->wp_gpio)) { |
| 309 | printf("\nThe SD card is locked. Can not write to a locked card.\n\n"); |
| 310 | return -ETIMEDOUT; |
| 311 | } |
| 312 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 313 | } |
Roy Zang | ab467c5 | 2010-02-09 18:23:33 +0800 | [diff] [blame] | 314 | |
| 315 | esdhc_clrsetbits32(®s->wml, WML_WR_WML_MASK, |
| 316 | wml_value << 16); |
Ye.Li | 7168977 | 2014-02-20 18:00:57 +0800 | [diff] [blame] | 317 | #ifndef CONFIG_SYS_FSL_ESDHC_USE_PIO |
Peng Fan | eec2d43 | 2018-01-10 13:20:40 +0800 | [diff] [blame] | 318 | #if defined(CONFIG_FSL_LAYERSCAPE) || defined(CONFIG_S32V234) || \ |
Peng Fan | cd357ad | 2018-11-20 10:19:25 +0000 | [diff] [blame] | 319 | defined(CONFIG_IMX8) || defined(CONFIG_IMX8M) |
Yangbo Lu | 8b06460 | 2015-03-20 19:28:31 -0700 | [diff] [blame] | 320 | addr = virt_to_phys((void *)(data->src)); |
| 321 | if (upper_32_bits(addr)) |
| 322 | printf("Error found for upper 32 bits\n"); |
| 323 | else |
| 324 | esdhc_write32(®s->dsaddr, lower_32_bits(addr)); |
| 325 | #else |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 326 | esdhc_write32(®s->dsaddr, (u32)data->src); |
Ye.Li | 7168977 | 2014-02-20 18:00:57 +0800 | [diff] [blame] | 327 | #endif |
Yangbo Lu | 8b06460 | 2015-03-20 19:28:31 -0700 | [diff] [blame] | 328 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 329 | } |
| 330 | |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 331 | esdhc_write32(®s->blkattr, data->blocks << 16 | data->blocksize); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 332 | |
| 333 | /* Calculate the timeout period for data transactions */ |
Priyanka Jain | b71ea33 | 2011-03-03 09:18:56 +0530 | [diff] [blame] | 334 | /* |
| 335 | * 1)Timeout period = (2^(timeout+13)) SD Clock cycles |
| 336 | * 2)Timeout period should be minimum 0.250sec as per SD Card spec |
| 337 | * So, Number of SD Clock cycles for 0.25sec should be minimum |
| 338 | * (SD Clock/sec * 0.25 sec) SD Clock cycles |
Andrew Gabbasov | fb82398 | 2014-03-24 02:40:41 -0500 | [diff] [blame] | 339 | * = (mmc->clock * 1/4) SD Clock cycles |
Priyanka Jain | b71ea33 | 2011-03-03 09:18:56 +0530 | [diff] [blame] | 340 | * As 1) >= 2) |
Andrew Gabbasov | fb82398 | 2014-03-24 02:40:41 -0500 | [diff] [blame] | 341 | * => (2^(timeout+13)) >= mmc->clock * 1/4 |
Priyanka Jain | b71ea33 | 2011-03-03 09:18:56 +0530 | [diff] [blame] | 342 | * Taking log2 both the sides |
Andrew Gabbasov | fb82398 | 2014-03-24 02:40:41 -0500 | [diff] [blame] | 343 | * => timeout + 13 >= log2(mmc->clock/4) |
Priyanka Jain | b71ea33 | 2011-03-03 09:18:56 +0530 | [diff] [blame] | 344 | * Rounding up to next power of 2 |
Andrew Gabbasov | fb82398 | 2014-03-24 02:40:41 -0500 | [diff] [blame] | 345 | * => timeout + 13 = log2(mmc->clock/4) + 1 |
| 346 | * => timeout + 13 = fls(mmc->clock/4) |
Yangbo Lu | e978a31 | 2015-12-30 14:19:30 +0800 | [diff] [blame] | 347 | * |
| 348 | * However, the MMC spec "It is strongly recommended for hosts to |
| 349 | * implement more than 500ms timeout value even if the card |
| 350 | * indicates the 250ms maximum busy length." Even the previous |
| 351 | * value of 300ms is known to be insufficient for some cards. |
| 352 | * So, we use |
| 353 | * => timeout + 13 = fls(mmc->clock/2) |
Priyanka Jain | b71ea33 | 2011-03-03 09:18:56 +0530 | [diff] [blame] | 354 | */ |
Yangbo Lu | e978a31 | 2015-12-30 14:19:30 +0800 | [diff] [blame] | 355 | timeout = fls(mmc->clock/2); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 356 | timeout -= 13; |
| 357 | |
| 358 | if (timeout > 14) |
| 359 | timeout = 14; |
| 360 | |
| 361 | if (timeout < 0) |
| 362 | timeout = 0; |
| 363 | |
Kumar Gala | 5103a03 | 2011-01-29 15:36:10 -0600 | [diff] [blame] | 364 | #ifdef CONFIG_SYS_FSL_ERRATUM_ESDHC_A001 |
| 365 | if ((timeout == 4) || (timeout == 8) || (timeout == 12)) |
| 366 | timeout++; |
| 367 | #endif |
| 368 | |
Haijun.Zhang | 1336e2d | 2014-03-18 17:04:23 +0800 | [diff] [blame] | 369 | #ifdef ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE |
| 370 | timeout = 0xE; |
| 371 | #endif |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 372 | esdhc_clrsetbits32(®s->sysctl, SYSCTL_TIMEOUT_MASK, timeout << 16); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 373 | |
| 374 | return 0; |
| 375 | } |
| 376 | |
Eric Nelson | e576bd9 | 2012-04-25 14:28:48 +0000 | [diff] [blame] | 377 | static void check_and_invalidate_dcache_range |
| 378 | (struct mmc_cmd *cmd, |
| 379 | struct mmc_data *data) { |
Yangbo Lu | 8b06460 | 2015-03-20 19:28:31 -0700 | [diff] [blame] | 380 | unsigned start = 0; |
Yangbo Lu | cc634e2 | 2016-05-12 19:12:58 +0800 | [diff] [blame] | 381 | unsigned end = 0; |
Eric Nelson | e576bd9 | 2012-04-25 14:28:48 +0000 | [diff] [blame] | 382 | unsigned size = roundup(ARCH_DMA_MINALIGN, |
| 383 | data->blocks*data->blocksize); |
Peng Fan | eec2d43 | 2018-01-10 13:20:40 +0800 | [diff] [blame] | 384 | #if defined(CONFIG_FSL_LAYERSCAPE) || defined(CONFIG_S32V234) || \ |
Peng Fan | cd357ad | 2018-11-20 10:19:25 +0000 | [diff] [blame] | 385 | defined(CONFIG_IMX8) || defined(CONFIG_IMX8M) |
Yangbo Lu | 8b06460 | 2015-03-20 19:28:31 -0700 | [diff] [blame] | 386 | dma_addr_t addr; |
| 387 | |
| 388 | addr = virt_to_phys((void *)(data->dest)); |
| 389 | if (upper_32_bits(addr)) |
| 390 | printf("Error found for upper 32 bits\n"); |
| 391 | else |
| 392 | start = lower_32_bits(addr); |
Yangbo Lu | cc634e2 | 2016-05-12 19:12:58 +0800 | [diff] [blame] | 393 | #else |
| 394 | start = (unsigned)data->dest; |
Yangbo Lu | 8b06460 | 2015-03-20 19:28:31 -0700 | [diff] [blame] | 395 | #endif |
Yangbo Lu | cc634e2 | 2016-05-12 19:12:58 +0800 | [diff] [blame] | 396 | end = start + size; |
Eric Nelson | e576bd9 | 2012-04-25 14:28:48 +0000 | [diff] [blame] | 397 | invalidate_dcache_range(start, end); |
| 398 | } |
Tom Rini | 10dc777 | 2014-05-23 09:19:05 -0400 | [diff] [blame] | 399 | |
Angelo Dureghello | 1f15cb8 | 2019-01-19 10:40:38 +0100 | [diff] [blame] | 400 | #ifdef CONFIG_MCF5441x |
| 401 | /* |
| 402 | * Swaps 32-bit words to little-endian byte order. |
| 403 | */ |
| 404 | static inline void sd_swap_dma_buff(struct mmc_data *data) |
| 405 | { |
| 406 | int i, size = data->blocksize >> 2; |
| 407 | u32 *buffer = (u32 *)data->dest; |
| 408 | u32 sw; |
| 409 | |
| 410 | while (data->blocks--) { |
| 411 | for (i = 0; i < size; i++) { |
| 412 | sw = __sw32(*buffer); |
| 413 | *buffer++ = sw; |
| 414 | } |
| 415 | } |
| 416 | } |
| 417 | #endif |
| 418 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 419 | /* |
| 420 | * Sends a command out on the bus. Takes the mmc pointer, |
| 421 | * a command pointer, and an optional data pointer. |
| 422 | */ |
Simon Glass | 9586aa6 | 2017-07-29 11:35:18 -0600 | [diff] [blame] | 423 | static int esdhc_send_cmd_common(struct fsl_esdhc_priv *priv, struct mmc *mmc, |
| 424 | struct mmc_cmd *cmd, struct mmc_data *data) |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 425 | { |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 426 | int err = 0; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 427 | uint xfertyp; |
| 428 | uint irqstat; |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 429 | u32 flags = IRQSTAT_CC | IRQSTAT_CTOE; |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 430 | struct fsl_esdhc *regs = priv->esdhc_regs; |
Fabio Estevam | 29c2edb | 2018-11-19 10:31:53 -0200 | [diff] [blame] | 431 | unsigned long start; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 432 | |
Jerry Huang | d621da0 | 2011-01-06 23:42:19 -0600 | [diff] [blame] | 433 | #ifdef CONFIG_SYS_FSL_ERRATUM_ESDHC111 |
| 434 | if (cmd->cmdidx == MMC_CMD_STOP_TRANSMISSION) |
| 435 | return 0; |
| 436 | #endif |
| 437 | |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 438 | esdhc_write32(®s->irqstat, -1); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 439 | |
| 440 | sync(); |
| 441 | |
| 442 | /* Wait for the bus to be idle */ |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 443 | while ((esdhc_read32(®s->prsstat) & PRSSTAT_CICHB) || |
| 444 | (esdhc_read32(®s->prsstat) & PRSSTAT_CIDHB)) |
| 445 | ; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 446 | |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 447 | while (esdhc_read32(®s->prsstat) & PRSSTAT_DLA) |
| 448 | ; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 449 | |
| 450 | /* Wait at least 8 SD clock cycles before the next command */ |
| 451 | /* |
| 452 | * Note: This is way more than 8 cycles, but 1ms seems to |
| 453 | * resolve timing issues with some cards |
| 454 | */ |
| 455 | udelay(1000); |
| 456 | |
| 457 | /* Set up for a data transfer if we have one */ |
| 458 | if (data) { |
Simon Glass | 09b465f | 2017-07-29 11:35:17 -0600 | [diff] [blame] | 459 | err = esdhc_setup_data(priv, mmc, data); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 460 | if(err) |
| 461 | return err; |
Peng Fan | 4683b22 | 2015-06-25 10:32:26 +0800 | [diff] [blame] | 462 | |
| 463 | if (data->flags & MMC_DATA_READ) |
| 464 | check_and_invalidate_dcache_range(cmd, data); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 465 | } |
| 466 | |
| 467 | /* Figure out the transfer arguments */ |
| 468 | xfertyp = esdhc_xfertyp(cmd, data); |
| 469 | |
Andrew Gabbasov | 01b7735 | 2013-06-11 10:34:22 -0500 | [diff] [blame] | 470 | /* Mask all irqs */ |
| 471 | esdhc_write32(®s->irqsigen, 0); |
| 472 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 473 | /* Send the command */ |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 474 | esdhc_write32(®s->cmdarg, cmd->cmdarg); |
Jason Liu | 4692708 | 2011-11-25 00:18:04 +0000 | [diff] [blame] | 475 | #if defined(CONFIG_FSL_USDHC) |
| 476 | esdhc_write32(®s->mixctrl, |
Volodymyr Riazantsev | 0e1bf61 | 2015-01-20 10:16:44 -0500 | [diff] [blame] | 477 | (esdhc_read32(®s->mixctrl) & 0xFFFFFF80) | (xfertyp & 0x7F) |
| 478 | | (mmc->ddr_mode ? XFERTYP_DDREN : 0)); |
Jason Liu | 4692708 | 2011-11-25 00:18:04 +0000 | [diff] [blame] | 479 | esdhc_write32(®s->xfertyp, xfertyp & 0xFFFF0000); |
| 480 | #else |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 481 | esdhc_write32(®s->xfertyp, xfertyp); |
Jason Liu | 4692708 | 2011-11-25 00:18:04 +0000 | [diff] [blame] | 482 | #endif |
Dirk Behme | 7a5b802 | 2012-03-26 03:13:05 +0000 | [diff] [blame] | 483 | |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 484 | if ((cmd->cmdidx == MMC_CMD_SEND_TUNING_BLOCK) || |
| 485 | (cmd->cmdidx == MMC_CMD_SEND_TUNING_BLOCK_HS200)) |
| 486 | flags = IRQSTAT_BRR; |
| 487 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 488 | /* Wait for the command to complete */ |
Fabio Estevam | 29c2edb | 2018-11-19 10:31:53 -0200 | [diff] [blame] | 489 | start = get_timer(0); |
| 490 | while (!(esdhc_read32(®s->irqstat) & flags)) { |
| 491 | if (get_timer(start) > 1000) { |
| 492 | err = -ETIMEDOUT; |
| 493 | goto out; |
| 494 | } |
| 495 | } |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 496 | |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 497 | irqstat = esdhc_read32(®s->irqstat); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 498 | |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 499 | if (irqstat & CMD_ERR) { |
Jaehoon Chung | 915ffa5 | 2016-07-19 16:33:36 +0900 | [diff] [blame] | 500 | err = -ECOMM; |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 501 | goto out; |
Dirk Behme | 7a5b802 | 2012-03-26 03:13:05 +0000 | [diff] [blame] | 502 | } |
| 503 | |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 504 | if (irqstat & IRQSTAT_CTOE) { |
Jaehoon Chung | 915ffa5 | 2016-07-19 16:33:36 +0900 | [diff] [blame] | 505 | err = -ETIMEDOUT; |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 506 | goto out; |
| 507 | } |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 508 | |
Otavio Salvador | f022d36 | 2015-02-17 10:42:43 -0200 | [diff] [blame] | 509 | /* Switch voltage to 1.8V if CMD11 succeeded */ |
| 510 | if (cmd->cmdidx == SD_CMD_SWITCH_UHS18V) { |
| 511 | esdhc_setbits32(®s->vendorspec, ESDHC_VENDORSPEC_VSELECT); |
| 512 | |
| 513 | printf("Run CMD11 1.8V switch\n"); |
| 514 | /* Sleep for 5 ms - max time for card to switch to 1.8V */ |
| 515 | udelay(5000); |
| 516 | } |
| 517 | |
Dirk Behme | 7a5b802 | 2012-03-26 03:13:05 +0000 | [diff] [blame] | 518 | /* Workaround for ESDHC errata ENGcm03648 */ |
| 519 | if (!data && (cmd->resp_type & MMC_RSP_BUSY)) { |
Yangbo Lu | 253d5bd | 2015-04-15 10:13:12 +0800 | [diff] [blame] | 520 | int timeout = 6000; |
Dirk Behme | 7a5b802 | 2012-03-26 03:13:05 +0000 | [diff] [blame] | 521 | |
Yangbo Lu | 253d5bd | 2015-04-15 10:13:12 +0800 | [diff] [blame] | 522 | /* Poll on DATA0 line for cmd with busy signal for 600 ms */ |
Dirk Behme | 7a5b802 | 2012-03-26 03:13:05 +0000 | [diff] [blame] | 523 | while (timeout > 0 && !(esdhc_read32(®s->prsstat) & |
| 524 | PRSSTAT_DAT0)) { |
| 525 | udelay(100); |
| 526 | timeout--; |
| 527 | } |
| 528 | |
| 529 | if (timeout <= 0) { |
| 530 | printf("Timeout waiting for DAT0 to go high!\n"); |
Jaehoon Chung | 915ffa5 | 2016-07-19 16:33:36 +0900 | [diff] [blame] | 531 | err = -ETIMEDOUT; |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 532 | goto out; |
Dirk Behme | 7a5b802 | 2012-03-26 03:13:05 +0000 | [diff] [blame] | 533 | } |
| 534 | } |
| 535 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 536 | /* Copy the response to the response buffer */ |
| 537 | if (cmd->resp_type & MMC_RSP_136) { |
| 538 | u32 cmdrsp3, cmdrsp2, cmdrsp1, cmdrsp0; |
| 539 | |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 540 | cmdrsp3 = esdhc_read32(®s->cmdrsp3); |
| 541 | cmdrsp2 = esdhc_read32(®s->cmdrsp2); |
| 542 | cmdrsp1 = esdhc_read32(®s->cmdrsp1); |
| 543 | cmdrsp0 = esdhc_read32(®s->cmdrsp0); |
Rabin Vincent | 998be3d | 2009-04-05 13:30:56 +0530 | [diff] [blame] | 544 | cmd->response[0] = (cmdrsp3 << 8) | (cmdrsp2 >> 24); |
| 545 | cmd->response[1] = (cmdrsp2 << 8) | (cmdrsp1 >> 24); |
| 546 | cmd->response[2] = (cmdrsp1 << 8) | (cmdrsp0 >> 24); |
| 547 | cmd->response[3] = (cmdrsp0 << 8); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 548 | } else |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 549 | cmd->response[0] = esdhc_read32(®s->cmdrsp0); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 550 | |
| 551 | /* Wait until all of the blocks are transferred */ |
| 552 | if (data) { |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 553 | #ifdef CONFIG_SYS_FSL_ESDHC_USE_PIO |
Simon Glass | 09b465f | 2017-07-29 11:35:17 -0600 | [diff] [blame] | 554 | esdhc_pio_read_write(priv, data); |
Dipen Dudhat | 77c1458 | 2009-10-05 15:41:58 +0530 | [diff] [blame] | 555 | #else |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 556 | flags = DATA_COMPLETE; |
| 557 | if ((cmd->cmdidx == MMC_CMD_SEND_TUNING_BLOCK) || |
| 558 | (cmd->cmdidx == MMC_CMD_SEND_TUNING_BLOCK_HS200)) { |
| 559 | flags = IRQSTAT_BRR; |
| 560 | } |
| 561 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 562 | do { |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 563 | irqstat = esdhc_read32(®s->irqstat); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 564 | |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 565 | if (irqstat & IRQSTAT_DTOE) { |
Jaehoon Chung | 915ffa5 | 2016-07-19 16:33:36 +0900 | [diff] [blame] | 566 | err = -ETIMEDOUT; |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 567 | goto out; |
| 568 | } |
Frans Meulenbroeks | 63fb5a7 | 2010-07-31 04:45:18 +0000 | [diff] [blame] | 569 | |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 570 | if (irqstat & DATA_ERR) { |
Jaehoon Chung | 915ffa5 | 2016-07-19 16:33:36 +0900 | [diff] [blame] | 571 | err = -ECOMM; |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 572 | goto out; |
| 573 | } |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 574 | } while ((irqstat & flags) != flags); |
Ye.Li | 7168977 | 2014-02-20 18:00:57 +0800 | [diff] [blame] | 575 | |
Peng Fan | 4683b22 | 2015-06-25 10:32:26 +0800 | [diff] [blame] | 576 | /* |
| 577 | * Need invalidate the dcache here again to avoid any |
| 578 | * cache-fill during the DMA operations such as the |
| 579 | * speculative pre-fetching etc. |
| 580 | */ |
Angelo Dureghello | 1f15cb8 | 2019-01-19 10:40:38 +0100 | [diff] [blame] | 581 | if (data->flags & MMC_DATA_READ) { |
Eric Nelson | 54899fc | 2013-04-03 12:31:56 +0000 | [diff] [blame] | 582 | check_and_invalidate_dcache_range(cmd, data); |
Angelo Dureghello | 1f15cb8 | 2019-01-19 10:40:38 +0100 | [diff] [blame] | 583 | #ifdef CONFIG_MCF5441x |
| 584 | sd_swap_dma_buff(data); |
| 585 | #endif |
| 586 | } |
Ye.Li | 7168977 | 2014-02-20 18:00:57 +0800 | [diff] [blame] | 587 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 588 | } |
| 589 | |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 590 | out: |
| 591 | /* Reset CMD and DATA portions on error */ |
| 592 | if (err) { |
| 593 | esdhc_write32(®s->sysctl, esdhc_read32(®s->sysctl) | |
| 594 | SYSCTL_RSTC); |
| 595 | while (esdhc_read32(®s->sysctl) & SYSCTL_RSTC) |
| 596 | ; |
| 597 | |
| 598 | if (data) { |
| 599 | esdhc_write32(®s->sysctl, |
| 600 | esdhc_read32(®s->sysctl) | |
| 601 | SYSCTL_RSTD); |
| 602 | while ((esdhc_read32(®s->sysctl) & SYSCTL_RSTD)) |
| 603 | ; |
| 604 | } |
Otavio Salvador | f022d36 | 2015-02-17 10:42:43 -0200 | [diff] [blame] | 605 | |
| 606 | /* If this was CMD11, then notify that power cycle is needed */ |
| 607 | if (cmd->cmdidx == SD_CMD_SWITCH_UHS18V) |
| 608 | printf("CMD11 to switch to 1.8V mode failed, card requires power cycle.\n"); |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 609 | } |
| 610 | |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 611 | esdhc_write32(®s->irqstat, -1); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 612 | |
Andrew Gabbasov | 8a57302 | 2014-03-24 02:41:06 -0500 | [diff] [blame] | 613 | return err; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 614 | } |
| 615 | |
Simon Glass | 09b465f | 2017-07-29 11:35:17 -0600 | [diff] [blame] | 616 | static void set_sysctl(struct fsl_esdhc_priv *priv, struct mmc *mmc, uint clock) |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 617 | { |
Benoît Thébaudeau | b9b4f14 | 2018-01-16 22:44:18 +0100 | [diff] [blame] | 618 | struct fsl_esdhc *regs = priv->esdhc_regs; |
Benoît Thébaudeau | 4f42528 | 2017-05-03 11:59:03 +0200 | [diff] [blame] | 619 | int div = 1; |
| 620 | #ifdef ARCH_MXC |
Benoît Thébaudeau | b9b4f14 | 2018-01-16 22:44:18 +0100 | [diff] [blame] | 621 | #ifdef CONFIG_MX53 |
| 622 | /* For i.MX53 eSDHCv3, SYSCTL.SDCLKFS may not be set to 0. */ |
| 623 | int pre_div = (regs == (struct fsl_esdhc *)MMC_SDHC3_BASE_ADDR) ? 2 : 1; |
| 624 | #else |
Benoît Thébaudeau | 4f42528 | 2017-05-03 11:59:03 +0200 | [diff] [blame] | 625 | int pre_div = 1; |
Benoît Thébaudeau | b9b4f14 | 2018-01-16 22:44:18 +0100 | [diff] [blame] | 626 | #endif |
Benoît Thébaudeau | 4f42528 | 2017-05-03 11:59:03 +0200 | [diff] [blame] | 627 | #else |
| 628 | int pre_div = 2; |
| 629 | #endif |
Lukasz Majewski | b6a0427 | 2019-05-07 17:47:28 +0200 | [diff] [blame] | 630 | int ddr_pre_div = mmc->ddr_mode ? 2 : 1; |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 631 | int sdhc_clk = priv->sdhc_clk; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 632 | uint clk; |
| 633 | |
Pantelis Antoniou | 93bfd61 | 2014-03-11 19:34:20 +0200 | [diff] [blame] | 634 | if (clock < mmc->cfg->f_min) |
| 635 | clock = mmc->cfg->f_min; |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 636 | |
Lukasz Majewski | b6a0427 | 2019-05-07 17:47:28 +0200 | [diff] [blame] | 637 | while (sdhc_clk / (16 * pre_div * ddr_pre_div) > clock && pre_div < 256) |
| 638 | pre_div *= 2; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 639 | |
Lukasz Majewski | b6a0427 | 2019-05-07 17:47:28 +0200 | [diff] [blame] | 640 | while (sdhc_clk / (div * pre_div * ddr_pre_div) > clock && div < 16) |
| 641 | div++; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 642 | |
Benoît Thébaudeau | 4f42528 | 2017-05-03 11:59:03 +0200 | [diff] [blame] | 643 | pre_div >>= 1; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 644 | div -= 1; |
| 645 | |
| 646 | clk = (pre_div << 8) | (div << 4); |
| 647 | |
Eric Nelson | f0b5f23 | 2015-12-04 12:32:48 -0700 | [diff] [blame] | 648 | #ifdef CONFIG_FSL_USDHC |
Ye Li | 84ecdf6 | 2016-06-15 10:53:01 +0800 | [diff] [blame] | 649 | esdhc_clrbits32(®s->vendorspec, VENDORSPEC_CKEN); |
Eric Nelson | f0b5f23 | 2015-12-04 12:32:48 -0700 | [diff] [blame] | 650 | #else |
Kumar Gala | cc4d122 | 2010-03-18 15:51:05 -0500 | [diff] [blame] | 651 | esdhc_clrbits32(®s->sysctl, SYSCTL_CKEN); |
Eric Nelson | f0b5f23 | 2015-12-04 12:32:48 -0700 | [diff] [blame] | 652 | #endif |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 653 | |
| 654 | esdhc_clrsetbits32(®s->sysctl, SYSCTL_CLOCK_MASK, clk); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 655 | |
| 656 | udelay(10000); |
| 657 | |
Eric Nelson | f0b5f23 | 2015-12-04 12:32:48 -0700 | [diff] [blame] | 658 | #ifdef CONFIG_FSL_USDHC |
Ye Li | 84ecdf6 | 2016-06-15 10:53:01 +0800 | [diff] [blame] | 659 | esdhc_setbits32(®s->vendorspec, VENDORSPEC_PEREN | VENDORSPEC_CKEN); |
Eric Nelson | f0b5f23 | 2015-12-04 12:32:48 -0700 | [diff] [blame] | 660 | #else |
| 661 | esdhc_setbits32(®s->sysctl, SYSCTL_PEREN | SYSCTL_CKEN); |
| 662 | #endif |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 663 | |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 664 | priv->clock = clock; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 665 | } |
| 666 | |
Yangbo Lu | 2d9ca2c | 2015-04-22 13:57:40 +0800 | [diff] [blame] | 667 | #ifdef CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK |
Simon Glass | 09b465f | 2017-07-29 11:35:17 -0600 | [diff] [blame] | 668 | static void esdhc_clock_control(struct fsl_esdhc_priv *priv, bool enable) |
Yangbo Lu | 2d9ca2c | 2015-04-22 13:57:40 +0800 | [diff] [blame] | 669 | { |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 670 | struct fsl_esdhc *regs = priv->esdhc_regs; |
Yangbo Lu | 2d9ca2c | 2015-04-22 13:57:40 +0800 | [diff] [blame] | 671 | u32 value; |
| 672 | u32 time_out; |
| 673 | |
| 674 | value = esdhc_read32(®s->sysctl); |
| 675 | |
| 676 | if (enable) |
| 677 | value |= SYSCTL_CKEN; |
| 678 | else |
| 679 | value &= ~SYSCTL_CKEN; |
| 680 | |
| 681 | esdhc_write32(®s->sysctl, value); |
| 682 | |
| 683 | time_out = 20; |
| 684 | value = PRSSTAT_SDSTB; |
| 685 | while (!(esdhc_read32(®s->prsstat) & value)) { |
| 686 | if (time_out == 0) { |
| 687 | printf("fsl_esdhc: Internal clock never stabilised.\n"); |
| 688 | break; |
| 689 | } |
| 690 | time_out--; |
| 691 | mdelay(1); |
| 692 | } |
| 693 | } |
| 694 | #endif |
| 695 | |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 696 | #ifdef MMC_SUPPORTS_TUNING |
| 697 | static int esdhc_change_pinstate(struct udevice *dev) |
| 698 | { |
| 699 | struct fsl_esdhc_priv *priv = dev_get_priv(dev); |
| 700 | int ret; |
| 701 | |
| 702 | switch (priv->mode) { |
| 703 | case UHS_SDR50: |
| 704 | case UHS_DDR50: |
| 705 | ret = pinctrl_select_state(dev, "state_100mhz"); |
| 706 | break; |
| 707 | case UHS_SDR104: |
| 708 | case MMC_HS_200: |
Peng Fan | c76382f | 2018-08-10 14:07:55 +0800 | [diff] [blame] | 709 | case MMC_HS_400: |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 710 | ret = pinctrl_select_state(dev, "state_200mhz"); |
| 711 | break; |
| 712 | default: |
| 713 | ret = pinctrl_select_state(dev, "default"); |
| 714 | break; |
| 715 | } |
| 716 | |
| 717 | if (ret) |
| 718 | printf("%s %d error\n", __func__, priv->mode); |
| 719 | |
| 720 | return ret; |
| 721 | } |
| 722 | |
| 723 | static void esdhc_reset_tuning(struct mmc *mmc) |
| 724 | { |
| 725 | struct fsl_esdhc_priv *priv = dev_get_priv(mmc->dev); |
| 726 | struct fsl_esdhc *regs = priv->esdhc_regs; |
| 727 | |
| 728 | if (priv->flags & ESDHC_FLAG_USDHC) { |
| 729 | if (priv->flags & ESDHC_FLAG_STD_TUNING) { |
| 730 | esdhc_clrbits32(®s->autoc12err, |
| 731 | MIX_CTRL_SMPCLK_SEL | |
| 732 | MIX_CTRL_EXE_TUNE); |
| 733 | } |
| 734 | } |
| 735 | } |
| 736 | |
Peng Fan | c76382f | 2018-08-10 14:07:55 +0800 | [diff] [blame] | 737 | static void esdhc_set_strobe_dll(struct mmc *mmc) |
| 738 | { |
| 739 | struct fsl_esdhc_priv *priv = dev_get_priv(mmc->dev); |
| 740 | struct fsl_esdhc *regs = priv->esdhc_regs; |
| 741 | u32 val; |
| 742 | |
| 743 | if (priv->clock > ESDHC_STROBE_DLL_CLK_FREQ) { |
| 744 | writel(ESDHC_STROBE_DLL_CTRL_RESET, ®s->strobe_dllctrl); |
| 745 | |
| 746 | /* |
| 747 | * enable strobe dll ctrl and adjust the delay target |
| 748 | * for the uSDHC loopback read clock |
| 749 | */ |
| 750 | val = ESDHC_STROBE_DLL_CTRL_ENABLE | |
| 751 | (priv->strobe_dll_delay_target << |
| 752 | ESDHC_STROBE_DLL_CTRL_SLV_DLY_TARGET_SHIFT); |
| 753 | writel(val, ®s->strobe_dllctrl); |
| 754 | /* wait 1us to make sure strobe dll status register stable */ |
| 755 | mdelay(1); |
| 756 | val = readl(®s->strobe_dllstat); |
| 757 | if (!(val & ESDHC_STROBE_DLL_STS_REF_LOCK)) |
| 758 | pr_warn("HS400 strobe DLL status REF not lock!\n"); |
| 759 | if (!(val & ESDHC_STROBE_DLL_STS_SLV_LOCK)) |
| 760 | pr_warn("HS400 strobe DLL status SLV not lock!\n"); |
| 761 | } |
| 762 | } |
| 763 | |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 764 | static int esdhc_set_timing(struct mmc *mmc) |
| 765 | { |
| 766 | struct fsl_esdhc_priv *priv = dev_get_priv(mmc->dev); |
| 767 | struct fsl_esdhc *regs = priv->esdhc_regs; |
| 768 | u32 mixctrl; |
| 769 | |
| 770 | mixctrl = readl(®s->mixctrl); |
| 771 | mixctrl &= ~(MIX_CTRL_DDREN | MIX_CTRL_HS400_EN); |
| 772 | |
| 773 | switch (mmc->selected_mode) { |
| 774 | case MMC_LEGACY: |
| 775 | case SD_LEGACY: |
| 776 | esdhc_reset_tuning(mmc); |
Peng Fan | c76382f | 2018-08-10 14:07:55 +0800 | [diff] [blame] | 777 | writel(mixctrl, ®s->mixctrl); |
| 778 | break; |
| 779 | case MMC_HS_400: |
| 780 | mixctrl |= MIX_CTRL_DDREN | MIX_CTRL_HS400_EN; |
| 781 | writel(mixctrl, ®s->mixctrl); |
| 782 | esdhc_set_strobe_dll(mmc); |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 783 | break; |
| 784 | case MMC_HS: |
| 785 | case MMC_HS_52: |
| 786 | case MMC_HS_200: |
| 787 | case SD_HS: |
| 788 | case UHS_SDR12: |
| 789 | case UHS_SDR25: |
| 790 | case UHS_SDR50: |
| 791 | case UHS_SDR104: |
| 792 | writel(mixctrl, ®s->mixctrl); |
| 793 | break; |
| 794 | case UHS_DDR50: |
| 795 | case MMC_DDR_52: |
| 796 | mixctrl |= MIX_CTRL_DDREN; |
| 797 | writel(mixctrl, ®s->mixctrl); |
| 798 | break; |
| 799 | default: |
| 800 | printf("Not supported %d\n", mmc->selected_mode); |
| 801 | return -EINVAL; |
| 802 | } |
| 803 | |
| 804 | priv->mode = mmc->selected_mode; |
| 805 | |
| 806 | return esdhc_change_pinstate(mmc->dev); |
| 807 | } |
| 808 | |
| 809 | static int esdhc_set_voltage(struct mmc *mmc) |
| 810 | { |
| 811 | struct fsl_esdhc_priv *priv = dev_get_priv(mmc->dev); |
| 812 | struct fsl_esdhc *regs = priv->esdhc_regs; |
| 813 | int ret; |
| 814 | |
| 815 | priv->signal_voltage = mmc->signal_voltage; |
| 816 | switch (mmc->signal_voltage) { |
| 817 | case MMC_SIGNAL_VOLTAGE_330: |
| 818 | if (priv->vs18_enable) |
| 819 | return -EIO; |
Abel Vesa | d76706c | 2019-02-01 16:40:11 +0000 | [diff] [blame] | 820 | #if CONFIG_IS_ENABLED(DM_REGULATOR) |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 821 | if (!IS_ERR_OR_NULL(priv->vqmmc_dev)) { |
| 822 | ret = regulator_set_value(priv->vqmmc_dev, 3300000); |
| 823 | if (ret) { |
| 824 | printf("Setting to 3.3V error"); |
| 825 | return -EIO; |
| 826 | } |
| 827 | /* Wait for 5ms */ |
| 828 | mdelay(5); |
| 829 | } |
| 830 | #endif |
| 831 | |
| 832 | esdhc_clrbits32(®s->vendorspec, ESDHC_VENDORSPEC_VSELECT); |
| 833 | if (!(esdhc_read32(®s->vendorspec) & |
| 834 | ESDHC_VENDORSPEC_VSELECT)) |
| 835 | return 0; |
| 836 | |
| 837 | return -EAGAIN; |
| 838 | case MMC_SIGNAL_VOLTAGE_180: |
Abel Vesa | d76706c | 2019-02-01 16:40:11 +0000 | [diff] [blame] | 839 | #if CONFIG_IS_ENABLED(DM_REGULATOR) |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 840 | if (!IS_ERR_OR_NULL(priv->vqmmc_dev)) { |
| 841 | ret = regulator_set_value(priv->vqmmc_dev, 1800000); |
| 842 | if (ret) { |
| 843 | printf("Setting to 1.8V error"); |
| 844 | return -EIO; |
| 845 | } |
| 846 | } |
| 847 | #endif |
| 848 | esdhc_setbits32(®s->vendorspec, ESDHC_VENDORSPEC_VSELECT); |
| 849 | if (esdhc_read32(®s->vendorspec) & ESDHC_VENDORSPEC_VSELECT) |
| 850 | return 0; |
| 851 | |
| 852 | return -EAGAIN; |
| 853 | case MMC_SIGNAL_VOLTAGE_120: |
| 854 | return -ENOTSUPP; |
| 855 | default: |
| 856 | return 0; |
| 857 | } |
| 858 | } |
| 859 | |
| 860 | static void esdhc_stop_tuning(struct mmc *mmc) |
| 861 | { |
| 862 | struct mmc_cmd cmd; |
| 863 | |
| 864 | cmd.cmdidx = MMC_CMD_STOP_TRANSMISSION; |
| 865 | cmd.cmdarg = 0; |
| 866 | cmd.resp_type = MMC_RSP_R1b; |
| 867 | |
| 868 | dm_mmc_send_cmd(mmc->dev, &cmd, NULL); |
| 869 | } |
| 870 | |
| 871 | static int fsl_esdhc_execute_tuning(struct udevice *dev, uint32_t opcode) |
| 872 | { |
| 873 | struct fsl_esdhc_plat *plat = dev_get_platdata(dev); |
| 874 | struct fsl_esdhc_priv *priv = dev_get_priv(dev); |
| 875 | struct fsl_esdhc *regs = priv->esdhc_regs; |
| 876 | struct mmc *mmc = &plat->mmc; |
| 877 | u32 irqstaten = readl(®s->irqstaten); |
| 878 | u32 irqsigen = readl(®s->irqsigen); |
| 879 | int i, ret = -ETIMEDOUT; |
| 880 | u32 val, mixctrl; |
| 881 | |
| 882 | /* clock tuning is not needed for upto 52MHz */ |
| 883 | if (mmc->clock <= 52000000) |
| 884 | return 0; |
| 885 | |
| 886 | /* This is readw/writew SDHCI_HOST_CONTROL2 when tuning */ |
| 887 | if (priv->flags & ESDHC_FLAG_STD_TUNING) { |
| 888 | val = readl(®s->autoc12err); |
| 889 | mixctrl = readl(®s->mixctrl); |
| 890 | val &= ~MIX_CTRL_SMPCLK_SEL; |
| 891 | mixctrl &= ~(MIX_CTRL_FBCLK_SEL | MIX_CTRL_AUTO_TUNE_EN); |
| 892 | |
| 893 | val |= MIX_CTRL_EXE_TUNE; |
| 894 | mixctrl |= MIX_CTRL_FBCLK_SEL | MIX_CTRL_AUTO_TUNE_EN; |
| 895 | |
| 896 | writel(val, ®s->autoc12err); |
| 897 | writel(mixctrl, ®s->mixctrl); |
| 898 | } |
| 899 | |
| 900 | /* sdhci_writew(host, SDHCI_TRNS_READ, SDHCI_TRANSFER_MODE); */ |
| 901 | mixctrl = readl(®s->mixctrl); |
| 902 | mixctrl = MIX_CTRL_DTDSEL_READ | (mixctrl & ~MIX_CTRL_SDHCI_MASK); |
| 903 | writel(mixctrl, ®s->mixctrl); |
| 904 | |
| 905 | writel(IRQSTATEN_BRR, ®s->irqstaten); |
| 906 | writel(IRQSTATEN_BRR, ®s->irqsigen); |
| 907 | |
| 908 | /* |
| 909 | * Issue opcode repeatedly till Execute Tuning is set to 0 or the number |
| 910 | * of loops reaches 40 times. |
| 911 | */ |
| 912 | for (i = 0; i < MAX_TUNING_LOOP; i++) { |
| 913 | u32 ctrl; |
| 914 | |
| 915 | if (opcode == MMC_CMD_SEND_TUNING_BLOCK_HS200) { |
| 916 | if (mmc->bus_width == 8) |
| 917 | writel(0x7080, ®s->blkattr); |
| 918 | else if (mmc->bus_width == 4) |
| 919 | writel(0x7040, ®s->blkattr); |
| 920 | } else { |
| 921 | writel(0x7040, ®s->blkattr); |
| 922 | } |
| 923 | |
| 924 | /* sdhci_writew(host, SDHCI_TRNS_READ, SDHCI_TRANSFER_MODE) */ |
| 925 | val = readl(®s->mixctrl); |
| 926 | val = MIX_CTRL_DTDSEL_READ | (val & ~MIX_CTRL_SDHCI_MASK); |
| 927 | writel(val, ®s->mixctrl); |
| 928 | |
| 929 | /* We are using STD tuning, no need to check return value */ |
| 930 | mmc_send_tuning(mmc, opcode, NULL); |
| 931 | |
| 932 | ctrl = readl(®s->autoc12err); |
| 933 | if ((!(ctrl & MIX_CTRL_EXE_TUNE)) && |
| 934 | (ctrl & MIX_CTRL_SMPCLK_SEL)) { |
| 935 | /* |
| 936 | * need to wait some time, make sure sd/mmc fininsh |
| 937 | * send out tuning data, otherwise, the sd/mmc can't |
| 938 | * response to any command when the card still out |
| 939 | * put the tuning data. |
| 940 | */ |
| 941 | mdelay(1); |
| 942 | ret = 0; |
| 943 | break; |
| 944 | } |
| 945 | |
| 946 | /* Add 1ms delay for SD and eMMC */ |
| 947 | mdelay(1); |
| 948 | } |
| 949 | |
| 950 | writel(irqstaten, ®s->irqstaten); |
| 951 | writel(irqsigen, ®s->irqsigen); |
| 952 | |
| 953 | esdhc_stop_tuning(mmc); |
| 954 | |
| 955 | return ret; |
| 956 | } |
| 957 | #endif |
| 958 | |
Simon Glass | 9586aa6 | 2017-07-29 11:35:18 -0600 | [diff] [blame] | 959 | static int esdhc_set_ios_common(struct fsl_esdhc_priv *priv, struct mmc *mmc) |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 960 | { |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 961 | struct fsl_esdhc *regs = priv->esdhc_regs; |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 962 | int ret __maybe_unused; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 963 | |
Yangbo Lu | 2d9ca2c | 2015-04-22 13:57:40 +0800 | [diff] [blame] | 964 | #ifdef CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK |
| 965 | /* Select to use peripheral clock */ |
Simon Glass | 09b465f | 2017-07-29 11:35:17 -0600 | [diff] [blame] | 966 | esdhc_clock_control(priv, false); |
Yangbo Lu | 2d9ca2c | 2015-04-22 13:57:40 +0800 | [diff] [blame] | 967 | esdhc_setbits32(®s->scr, ESDHCCTL_PCS); |
Simon Glass | 09b465f | 2017-07-29 11:35:17 -0600 | [diff] [blame] | 968 | esdhc_clock_control(priv, true); |
Yangbo Lu | 2d9ca2c | 2015-04-22 13:57:40 +0800 | [diff] [blame] | 969 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 970 | /* Set the clock speed */ |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 971 | if (priv->clock != mmc->clock) |
| 972 | set_sysctl(priv, mmc, mmc->clock); |
| 973 | |
| 974 | #ifdef MMC_SUPPORTS_TUNING |
| 975 | if (mmc->clk_disable) { |
| 976 | #ifdef CONFIG_FSL_USDHC |
| 977 | esdhc_clrbits32(®s->vendorspec, VENDORSPEC_CKEN); |
| 978 | #else |
| 979 | esdhc_clrbits32(®s->sysctl, SYSCTL_CKEN); |
| 980 | #endif |
| 981 | } else { |
| 982 | #ifdef CONFIG_FSL_USDHC |
| 983 | esdhc_setbits32(®s->vendorspec, VENDORSPEC_PEREN | |
| 984 | VENDORSPEC_CKEN); |
| 985 | #else |
| 986 | esdhc_setbits32(®s->sysctl, SYSCTL_PEREN | SYSCTL_CKEN); |
| 987 | #endif |
| 988 | } |
| 989 | |
| 990 | if (priv->mode != mmc->selected_mode) { |
| 991 | ret = esdhc_set_timing(mmc); |
| 992 | if (ret) { |
| 993 | printf("esdhc_set_timing error %d\n", ret); |
| 994 | return ret; |
| 995 | } |
| 996 | } |
| 997 | |
| 998 | if (priv->signal_voltage != mmc->signal_voltage) { |
| 999 | ret = esdhc_set_voltage(mmc); |
| 1000 | if (ret) { |
| 1001 | printf("esdhc_set_voltage error %d\n", ret); |
| 1002 | return ret; |
| 1003 | } |
| 1004 | } |
| 1005 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1006 | |
| 1007 | /* Set the bus width */ |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1008 | esdhc_clrbits32(®s->proctl, PROCTL_DTW_4 | PROCTL_DTW_8); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1009 | |
| 1010 | if (mmc->bus_width == 4) |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1011 | esdhc_setbits32(®s->proctl, PROCTL_DTW_4); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1012 | else if (mmc->bus_width == 8) |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1013 | esdhc_setbits32(®s->proctl, PROCTL_DTW_8); |
| 1014 | |
Jaehoon Chung | 07b0b9c | 2016-12-30 15:30:16 +0900 | [diff] [blame] | 1015 | return 0; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1016 | } |
| 1017 | |
Simon Glass | 9586aa6 | 2017-07-29 11:35:18 -0600 | [diff] [blame] | 1018 | static int esdhc_init_common(struct fsl_esdhc_priv *priv, struct mmc *mmc) |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1019 | { |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1020 | struct fsl_esdhc *regs = priv->esdhc_regs; |
Simon Glass | 201e828 | 2017-07-29 11:35:20 -0600 | [diff] [blame] | 1021 | ulong start; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1022 | |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1023 | /* Reset the entire host controller */ |
Dirk Behme | a61da72 | 2013-07-15 15:44:29 +0200 | [diff] [blame] | 1024 | esdhc_setbits32(®s->sysctl, SYSCTL_RSTA); |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1025 | |
| 1026 | /* Wait until the controller is available */ |
Simon Glass | 201e828 | 2017-07-29 11:35:20 -0600 | [diff] [blame] | 1027 | start = get_timer(0); |
| 1028 | while ((esdhc_read32(®s->sysctl) & SYSCTL_RSTA)) { |
| 1029 | if (get_timer(start) > 1000) |
| 1030 | return -ETIMEDOUT; |
| 1031 | } |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1032 | |
Peng Fan | f53225c | 2016-06-15 10:53:00 +0800 | [diff] [blame] | 1033 | #if defined(CONFIG_FSL_USDHC) |
| 1034 | /* RSTA doesn't reset MMC_BOOT register, so manually reset it */ |
| 1035 | esdhc_write32(®s->mmcboot, 0x0); |
| 1036 | /* Reset MIX_CTRL and CLK_TUNE_CTRL_STATUS regs to 0 */ |
| 1037 | esdhc_write32(®s->mixctrl, 0x0); |
| 1038 | esdhc_write32(®s->clktunectrlstatus, 0x0); |
| 1039 | |
| 1040 | /* Put VEND_SPEC to default value */ |
Peng Fan | db359ef | 2018-01-02 16:51:22 +0800 | [diff] [blame] | 1041 | if (priv->vs18_enable) |
| 1042 | esdhc_write32(®s->vendorspec, (VENDORSPEC_INIT | |
| 1043 | ESDHC_VENDORSPEC_VSELECT)); |
| 1044 | else |
| 1045 | esdhc_write32(®s->vendorspec, VENDORSPEC_INIT); |
Peng Fan | f53225c | 2016-06-15 10:53:00 +0800 | [diff] [blame] | 1046 | |
| 1047 | /* Disable DLL_CTRL delay line */ |
| 1048 | esdhc_write32(®s->dllctrl, 0x0); |
| 1049 | #endif |
| 1050 | |
Benoît Thébaudeau | 16e43f3 | 2012-08-13 07:28:16 +0000 | [diff] [blame] | 1051 | #ifndef ARCH_MXC |
P.V.Suresh | 2c1764e | 2010-12-04 10:37:23 +0530 | [diff] [blame] | 1052 | /* Enable cache snooping */ |
Benoît Thébaudeau | 16e43f3 | 2012-08-13 07:28:16 +0000 | [diff] [blame] | 1053 | esdhc_write32(®s->scr, 0x00000040); |
| 1054 | #endif |
P.V.Suresh | 2c1764e | 2010-12-04 10:37:23 +0530 | [diff] [blame] | 1055 | |
Eric Nelson | f0b5f23 | 2015-12-04 12:32:48 -0700 | [diff] [blame] | 1056 | #ifndef CONFIG_FSL_USDHC |
Dirk Behme | a61da72 | 2013-07-15 15:44:29 +0200 | [diff] [blame] | 1057 | esdhc_setbits32(®s->sysctl, SYSCTL_HCKEN | SYSCTL_IPGEN); |
Ye Li | 84ecdf6 | 2016-06-15 10:53:01 +0800 | [diff] [blame] | 1058 | #else |
| 1059 | esdhc_setbits32(®s->vendorspec, VENDORSPEC_HCKEN | VENDORSPEC_IPGEN); |
Eric Nelson | f0b5f23 | 2015-12-04 12:32:48 -0700 | [diff] [blame] | 1060 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1061 | |
| 1062 | /* Set the initial clock speed */ |
Jaehoon Chung | 6511718 | 2018-01-26 19:25:29 +0900 | [diff] [blame] | 1063 | mmc_set_clock(mmc, 400000, MMC_CLK_ENABLE); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1064 | |
| 1065 | /* Disable the BRR and BWR bits in IRQSTAT */ |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1066 | esdhc_clrbits32(®s->irqstaten, IRQSTATEN_BRR | IRQSTATEN_BWR); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1067 | |
Angelo Dureghello | 1f15cb8 | 2019-01-19 10:40:38 +0100 | [diff] [blame] | 1068 | #ifdef CONFIG_MCF5441x |
| 1069 | esdhc_write32(®s->proctl, PROCTL_INIT | PROCTL_D3CD); |
| 1070 | #else |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1071 | /* Put the PROCTL reg back to the default */ |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1072 | esdhc_write32(®s->proctl, PROCTL_INIT); |
Angelo Dureghello | 1f15cb8 | 2019-01-19 10:40:38 +0100 | [diff] [blame] | 1073 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1074 | |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1075 | /* Set timout to the maximum value */ |
| 1076 | esdhc_clrsetbits32(®s->sysctl, SYSCTL_TIMEOUT_MASK, 14 << 16); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1077 | |
Thierry Reding | d48d2e2 | 2012-01-02 01:15:38 +0000 | [diff] [blame] | 1078 | return 0; |
| 1079 | } |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1080 | |
Simon Glass | 9586aa6 | 2017-07-29 11:35:18 -0600 | [diff] [blame] | 1081 | static int esdhc_getcd_common(struct fsl_esdhc_priv *priv) |
Thierry Reding | d48d2e2 | 2012-01-02 01:15:38 +0000 | [diff] [blame] | 1082 | { |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1083 | struct fsl_esdhc *regs = priv->esdhc_regs; |
Thierry Reding | d48d2e2 | 2012-01-02 01:15:38 +0000 | [diff] [blame] | 1084 | int timeout = 1000; |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1085 | |
Haijun.Zhang | f7e27cc | 2014-01-10 13:52:17 +0800 | [diff] [blame] | 1086 | #ifdef CONFIG_ESDHC_DETECT_QUIRK |
| 1087 | if (CONFIG_ESDHC_DETECT_QUIRK) |
| 1088 | return 1; |
| 1089 | #endif |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1090 | |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1091 | #if CONFIG_IS_ENABLED(DM_MMC) |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1092 | if (priv->non_removable) |
| 1093 | return 1; |
Yangbo Lu | fc8048a | 2016-12-07 11:54:30 +0800 | [diff] [blame] | 1094 | #ifdef CONFIG_DM_GPIO |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1095 | if (dm_gpio_is_valid(&priv->cd_gpio)) |
| 1096 | return dm_gpio_get_value(&priv->cd_gpio); |
| 1097 | #endif |
Yangbo Lu | fc8048a | 2016-12-07 11:54:30 +0800 | [diff] [blame] | 1098 | #endif |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1099 | |
Thierry Reding | d48d2e2 | 2012-01-02 01:15:38 +0000 | [diff] [blame] | 1100 | while (!(esdhc_read32(®s->prsstat) & PRSSTAT_CINS) && --timeout) |
| 1101 | udelay(1000); |
| 1102 | |
| 1103 | return timeout > 0; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1104 | } |
| 1105 | |
Simon Glass | 446e077 | 2017-07-29 11:35:19 -0600 | [diff] [blame] | 1106 | static int esdhc_reset(struct fsl_esdhc *regs) |
Jerry Huang | 48bb3bb | 2010-03-18 15:57:06 -0500 | [diff] [blame] | 1107 | { |
Simon Glass | 446e077 | 2017-07-29 11:35:19 -0600 | [diff] [blame] | 1108 | ulong start; |
Jerry Huang | 48bb3bb | 2010-03-18 15:57:06 -0500 | [diff] [blame] | 1109 | |
| 1110 | /* reset the controller */ |
Dirk Behme | a61da72 | 2013-07-15 15:44:29 +0200 | [diff] [blame] | 1111 | esdhc_setbits32(®s->sysctl, SYSCTL_RSTA); |
Jerry Huang | 48bb3bb | 2010-03-18 15:57:06 -0500 | [diff] [blame] | 1112 | |
| 1113 | /* hardware clears the bit when it is done */ |
Simon Glass | 446e077 | 2017-07-29 11:35:19 -0600 | [diff] [blame] | 1114 | start = get_timer(0); |
| 1115 | while ((esdhc_read32(®s->sysctl) & SYSCTL_RSTA)) { |
| 1116 | if (get_timer(start) > 100) { |
| 1117 | printf("MMC/SD: Reset never completed.\n"); |
| 1118 | return -ETIMEDOUT; |
| 1119 | } |
| 1120 | } |
| 1121 | |
| 1122 | return 0; |
Jerry Huang | 48bb3bb | 2010-03-18 15:57:06 -0500 | [diff] [blame] | 1123 | } |
| 1124 | |
Simon Glass | e7881d8 | 2017-07-29 11:35:31 -0600 | [diff] [blame] | 1125 | #if !CONFIG_IS_ENABLED(DM_MMC) |
Simon Glass | 9586aa6 | 2017-07-29 11:35:18 -0600 | [diff] [blame] | 1126 | static int esdhc_getcd(struct mmc *mmc) |
| 1127 | { |
| 1128 | struct fsl_esdhc_priv *priv = mmc->priv; |
| 1129 | |
| 1130 | return esdhc_getcd_common(priv); |
| 1131 | } |
| 1132 | |
| 1133 | static int esdhc_init(struct mmc *mmc) |
| 1134 | { |
| 1135 | struct fsl_esdhc_priv *priv = mmc->priv; |
| 1136 | |
| 1137 | return esdhc_init_common(priv, mmc); |
| 1138 | } |
| 1139 | |
| 1140 | static int esdhc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, |
| 1141 | struct mmc_data *data) |
| 1142 | { |
| 1143 | struct fsl_esdhc_priv *priv = mmc->priv; |
| 1144 | |
| 1145 | return esdhc_send_cmd_common(priv, mmc, cmd, data); |
| 1146 | } |
| 1147 | |
| 1148 | static int esdhc_set_ios(struct mmc *mmc) |
| 1149 | { |
| 1150 | struct fsl_esdhc_priv *priv = mmc->priv; |
| 1151 | |
| 1152 | return esdhc_set_ios_common(priv, mmc); |
| 1153 | } |
| 1154 | |
Pantelis Antoniou | ab769f2 | 2014-02-26 19:28:45 +0200 | [diff] [blame] | 1155 | static const struct mmc_ops esdhc_ops = { |
Simon Glass | 9586aa6 | 2017-07-29 11:35:18 -0600 | [diff] [blame] | 1156 | .getcd = esdhc_getcd, |
| 1157 | .init = esdhc_init, |
Pantelis Antoniou | ab769f2 | 2014-02-26 19:28:45 +0200 | [diff] [blame] | 1158 | .send_cmd = esdhc_send_cmd, |
| 1159 | .set_ios = esdhc_set_ios, |
Pantelis Antoniou | ab769f2 | 2014-02-26 19:28:45 +0200 | [diff] [blame] | 1160 | }; |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1161 | #endif |
Pantelis Antoniou | ab769f2 | 2014-02-26 19:28:45 +0200 | [diff] [blame] | 1162 | |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1163 | static int fsl_esdhc_init(struct fsl_esdhc_priv *priv, |
| 1164 | struct fsl_esdhc_plat *plat) |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1165 | { |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1166 | struct mmc_config *cfg; |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1167 | struct fsl_esdhc *regs; |
Li Yang | 030955c | 2010-11-25 17:06:09 +0000 | [diff] [blame] | 1168 | u32 caps, voltage_caps; |
Simon Glass | 446e077 | 2017-07-29 11:35:19 -0600 | [diff] [blame] | 1169 | int ret; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1170 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1171 | if (!priv) |
| 1172 | return -EINVAL; |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1173 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1174 | regs = priv->esdhc_regs; |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1175 | |
Jerry Huang | 48bb3bb | 2010-03-18 15:57:06 -0500 | [diff] [blame] | 1176 | /* First reset the eSDHC controller */ |
Simon Glass | 446e077 | 2017-07-29 11:35:19 -0600 | [diff] [blame] | 1177 | ret = esdhc_reset(regs); |
| 1178 | if (ret) |
| 1179 | return ret; |
Jerry Huang | 48bb3bb | 2010-03-18 15:57:06 -0500 | [diff] [blame] | 1180 | |
Angelo Dureghello | 1f15cb8 | 2019-01-19 10:40:38 +0100 | [diff] [blame] | 1181 | #ifdef CONFIG_MCF5441x |
| 1182 | /* ColdFire, using SDHC_DATA[3] for card detection */ |
| 1183 | esdhc_write32(®s->proctl, PROCTL_INIT | PROCTL_D3CD); |
| 1184 | #endif |
| 1185 | |
Eric Nelson | f0b5f23 | 2015-12-04 12:32:48 -0700 | [diff] [blame] | 1186 | #ifndef CONFIG_FSL_USDHC |
Jerry Huang | 975324a | 2012-05-17 23:57:02 +0000 | [diff] [blame] | 1187 | esdhc_setbits32(®s->sysctl, SYSCTL_PEREN | SYSCTL_HCKEN |
| 1188 | | SYSCTL_IPGEN | SYSCTL_CKEN); |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1189 | /* Clearing tuning bits in case ROM has set it already */ |
| 1190 | esdhc_write32(®s->mixctrl, 0); |
| 1191 | esdhc_write32(®s->autoc12err, 0); |
| 1192 | esdhc_write32(®s->clktunectrlstatus, 0); |
Ye Li | 84ecdf6 | 2016-06-15 10:53:01 +0800 | [diff] [blame] | 1193 | #else |
| 1194 | esdhc_setbits32(®s->vendorspec, VENDORSPEC_PEREN | |
| 1195 | VENDORSPEC_HCKEN | VENDORSPEC_IPGEN | VENDORSPEC_CKEN); |
Eric Nelson | f0b5f23 | 2015-12-04 12:32:48 -0700 | [diff] [blame] | 1196 | #endif |
Jerry Huang | 975324a | 2012-05-17 23:57:02 +0000 | [diff] [blame] | 1197 | |
Peng Fan | 32a9179 | 2017-06-12 17:50:53 +0800 | [diff] [blame] | 1198 | if (priv->vs18_enable) |
| 1199 | esdhc_setbits32(®s->vendorspec, ESDHC_VENDORSPEC_VSELECT); |
| 1200 | |
Ye.Li | a3d6e38 | 2014-11-04 15:35:49 +0800 | [diff] [blame] | 1201 | writel(SDHCI_IRQ_EN_BITS, ®s->irqstaten); |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1202 | cfg = &plat->cfg; |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1203 | #ifndef CONFIG_DM_MMC |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1204 | memset(cfg, '\0', sizeof(*cfg)); |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1205 | #endif |
Pantelis Antoniou | 93bfd61 | 2014-03-11 19:34:20 +0200 | [diff] [blame] | 1206 | |
Li Yang | 030955c | 2010-11-25 17:06:09 +0000 | [diff] [blame] | 1207 | voltage_caps = 0; |
Wang Huan | 19060bd | 2014-09-05 13:52:40 +0800 | [diff] [blame] | 1208 | caps = esdhc_read32(®s->hostcapblt); |
Roy Zang | 3b4456e | 2011-01-07 00:06:47 -0600 | [diff] [blame] | 1209 | |
Angelo Dureghello | 1f15cb8 | 2019-01-19 10:40:38 +0100 | [diff] [blame] | 1210 | #ifdef CONFIG_MCF5441x |
| 1211 | /* |
| 1212 | * MCF5441x RM declares in more points that sdhc clock speed must |
| 1213 | * never exceed 25 Mhz. From this, the HS bit needs to be disabled |
| 1214 | * from host capabilities. |
| 1215 | */ |
| 1216 | caps &= ~ESDHC_HOSTCAPBLT_HSS; |
| 1217 | #endif |
| 1218 | |
Roy Zang | 3b4456e | 2011-01-07 00:06:47 -0600 | [diff] [blame] | 1219 | #ifdef CONFIG_SYS_FSL_ERRATUM_ESDHC135 |
| 1220 | caps = caps & ~(ESDHC_HOSTCAPBLT_SRS | |
| 1221 | ESDHC_HOSTCAPBLT_VS18 | ESDHC_HOSTCAPBLT_VS30); |
| 1222 | #endif |
Haijun.Zhang | ef38f3f | 2013-10-31 09:38:19 +0800 | [diff] [blame] | 1223 | |
| 1224 | /* T4240 host controller capabilities register should have VS33 bit */ |
| 1225 | #ifdef CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 |
| 1226 | caps = caps | ESDHC_HOSTCAPBLT_VS33; |
| 1227 | #endif |
| 1228 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1229 | if (caps & ESDHC_HOSTCAPBLT_VS18) |
Li Yang | 030955c | 2010-11-25 17:06:09 +0000 | [diff] [blame] | 1230 | voltage_caps |= MMC_VDD_165_195; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1231 | if (caps & ESDHC_HOSTCAPBLT_VS30) |
Li Yang | 030955c | 2010-11-25 17:06:09 +0000 | [diff] [blame] | 1232 | voltage_caps |= MMC_VDD_29_30 | MMC_VDD_30_31; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1233 | if (caps & ESDHC_HOSTCAPBLT_VS33) |
Li Yang | 030955c | 2010-11-25 17:06:09 +0000 | [diff] [blame] | 1234 | voltage_caps |= MMC_VDD_32_33 | MMC_VDD_33_34; |
| 1235 | |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1236 | cfg->name = "FSL_SDHC"; |
Simon Glass | e7881d8 | 2017-07-29 11:35:31 -0600 | [diff] [blame] | 1237 | #if !CONFIG_IS_ENABLED(DM_MMC) |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1238 | cfg->ops = &esdhc_ops; |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1239 | #endif |
Li Yang | 030955c | 2010-11-25 17:06:09 +0000 | [diff] [blame] | 1240 | #ifdef CONFIG_SYS_SD_VOLTAGE |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1241 | cfg->voltages = CONFIG_SYS_SD_VOLTAGE; |
Li Yang | 030955c | 2010-11-25 17:06:09 +0000 | [diff] [blame] | 1242 | #else |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1243 | cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34; |
Li Yang | 030955c | 2010-11-25 17:06:09 +0000 | [diff] [blame] | 1244 | #endif |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1245 | if ((cfg->voltages & voltage_caps) == 0) { |
Li Yang | 030955c | 2010-11-25 17:06:09 +0000 | [diff] [blame] | 1246 | printf("voltage not supported by controller\n"); |
| 1247 | return -1; |
| 1248 | } |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1249 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1250 | if (priv->bus_width == 8) |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1251 | cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1252 | else if (priv->bus_width == 4) |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1253 | cfg->host_caps = MMC_MODE_4BIT; |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1254 | |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1255 | cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; |
Volodymyr Riazantsev | 0e1bf61 | 2015-01-20 10:16:44 -0500 | [diff] [blame] | 1256 | #ifdef CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1257 | cfg->host_caps |= MMC_MODE_DDR_52MHz; |
Volodymyr Riazantsev | 0e1bf61 | 2015-01-20 10:16:44 -0500 | [diff] [blame] | 1258 | #endif |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1259 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1260 | if (priv->bus_width > 0) { |
| 1261 | if (priv->bus_width < 8) |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1262 | cfg->host_caps &= ~MMC_MODE_8BIT; |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1263 | if (priv->bus_width < 4) |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1264 | cfg->host_caps &= ~MMC_MODE_4BIT; |
Abbas Raza | aad4659 | 2013-03-25 09:13:34 +0000 | [diff] [blame] | 1265 | } |
| 1266 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1267 | if (caps & ESDHC_HOSTCAPBLT_HSS) |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1268 | cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS; |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1269 | |
Haijun.Zhang | d47e3d2 | 2014-01-10 13:52:18 +0800 | [diff] [blame] | 1270 | #ifdef CONFIG_ESDHC_DETECT_8_BIT_QUIRK |
| 1271 | if (CONFIG_ESDHC_DETECT_8_BIT_QUIRK) |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1272 | cfg->host_caps &= ~MMC_MODE_8BIT; |
Haijun.Zhang | d47e3d2 | 2014-01-10 13:52:18 +0800 | [diff] [blame] | 1273 | #endif |
| 1274 | |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1275 | cfg->host_caps |= priv->caps; |
| 1276 | |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1277 | cfg->f_min = 400000; |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1278 | cfg->f_max = min(priv->sdhc_clk, (u32)200000000); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1279 | |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1280 | cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; |
Pantelis Antoniou | 93bfd61 | 2014-03-11 19:34:20 +0200 | [diff] [blame] | 1281 | |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1282 | writel(0, ®s->dllctrl); |
| 1283 | if (priv->flags & ESDHC_FLAG_USDHC) { |
| 1284 | if (priv->flags & ESDHC_FLAG_STD_TUNING) { |
| 1285 | u32 val = readl(®s->tuning_ctrl); |
| 1286 | |
| 1287 | val |= ESDHC_STD_TUNING_EN; |
| 1288 | val &= ~ESDHC_TUNING_START_TAP_MASK; |
| 1289 | val |= priv->tuning_start_tap; |
| 1290 | val &= ~ESDHC_TUNING_STEP_MASK; |
| 1291 | val |= (priv->tuning_step) << ESDHC_TUNING_STEP_SHIFT; |
| 1292 | writel(val, ®s->tuning_ctrl); |
| 1293 | } |
| 1294 | } |
| 1295 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1296 | return 0; |
| 1297 | } |
| 1298 | |
Simon Glass | 5248930 | 2017-07-29 11:35:28 -0600 | [diff] [blame] | 1299 | #if !CONFIG_IS_ENABLED(DM_MMC) |
Jagan Teki | 2e87c44 | 2017-05-12 17:18:20 +0530 | [diff] [blame] | 1300 | static int fsl_esdhc_cfg_to_priv(struct fsl_esdhc_cfg *cfg, |
| 1301 | struct fsl_esdhc_priv *priv) |
| 1302 | { |
| 1303 | if (!cfg || !priv) |
| 1304 | return -EINVAL; |
| 1305 | |
| 1306 | priv->esdhc_regs = (struct fsl_esdhc *)(unsigned long)(cfg->esdhc_base); |
| 1307 | priv->bus_width = cfg->max_bus_width; |
| 1308 | priv->sdhc_clk = cfg->sdhc_clk; |
| 1309 | priv->wp_enable = cfg->wp_enable; |
Peng Fan | 32a9179 | 2017-06-12 17:50:53 +0800 | [diff] [blame] | 1310 | priv->vs18_enable = cfg->vs18_enable; |
Jagan Teki | 2e87c44 | 2017-05-12 17:18:20 +0530 | [diff] [blame] | 1311 | |
| 1312 | return 0; |
| 1313 | }; |
| 1314 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1315 | int fsl_esdhc_initialize(bd_t *bis, struct fsl_esdhc_cfg *cfg) |
| 1316 | { |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1317 | struct fsl_esdhc_plat *plat; |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1318 | struct fsl_esdhc_priv *priv; |
Simon Glass | d6eb25e | 2017-07-29 11:35:22 -0600 | [diff] [blame] | 1319 | struct mmc *mmc; |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1320 | int ret; |
| 1321 | |
| 1322 | if (!cfg) |
| 1323 | return -EINVAL; |
| 1324 | |
| 1325 | priv = calloc(sizeof(struct fsl_esdhc_priv), 1); |
| 1326 | if (!priv) |
| 1327 | return -ENOMEM; |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1328 | plat = calloc(sizeof(struct fsl_esdhc_plat), 1); |
| 1329 | if (!plat) { |
| 1330 | free(priv); |
| 1331 | return -ENOMEM; |
| 1332 | } |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1333 | |
| 1334 | ret = fsl_esdhc_cfg_to_priv(cfg, priv); |
| 1335 | if (ret) { |
| 1336 | debug("%s xlate failure\n", __func__); |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1337 | free(plat); |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1338 | free(priv); |
| 1339 | return ret; |
| 1340 | } |
| 1341 | |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1342 | ret = fsl_esdhc_init(priv, plat); |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1343 | if (ret) { |
| 1344 | debug("%s init failure\n", __func__); |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1345 | free(plat); |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1346 | free(priv); |
| 1347 | return ret; |
| 1348 | } |
| 1349 | |
Simon Glass | d6eb25e | 2017-07-29 11:35:22 -0600 | [diff] [blame] | 1350 | mmc = mmc_create(&plat->cfg, priv); |
| 1351 | if (!mmc) |
| 1352 | return -EIO; |
| 1353 | |
| 1354 | priv->mmc = mmc; |
| 1355 | |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1356 | return 0; |
| 1357 | } |
| 1358 | |
| 1359 | int fsl_esdhc_mmc_init(bd_t *bis) |
| 1360 | { |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1361 | struct fsl_esdhc_cfg *cfg; |
| 1362 | |
Fabio Estevam | 88227a1 | 2012-12-27 08:51:08 +0000 | [diff] [blame] | 1363 | cfg = calloc(sizeof(struct fsl_esdhc_cfg), 1); |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1364 | cfg->esdhc_base = CONFIG_SYS_FSL_ESDHC_ADDR; |
Simon Glass | e9adeca | 2012-12-13 20:49:05 +0000 | [diff] [blame] | 1365 | cfg->sdhc_clk = gd->arch.sdhc_clk; |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1366 | return fsl_esdhc_initialize(bis, cfg); |
Andy Fleming | 50586ef | 2008-10-30 16:47:16 -0500 | [diff] [blame] | 1367 | } |
Jagan Teki | 2e87c44 | 2017-05-12 17:18:20 +0530 | [diff] [blame] | 1368 | #endif |
Anton Vorontsov | b33433a | 2009-06-10 00:25:29 +0400 | [diff] [blame] | 1369 | |
Yangbo Lu | 5a8dbdc | 2015-04-22 13:57:00 +0800 | [diff] [blame] | 1370 | #ifdef CONFIG_FSL_ESDHC_ADAPTER_IDENT |
| 1371 | void mmc_adapter_card_type_ident(void) |
| 1372 | { |
| 1373 | u8 card_id; |
| 1374 | u8 value; |
| 1375 | |
| 1376 | card_id = QIXIS_READ(present) & QIXIS_SDID_MASK; |
| 1377 | gd->arch.sdhc_adapter = card_id; |
| 1378 | |
| 1379 | switch (card_id) { |
| 1380 | case QIXIS_ESDHC_ADAPTER_TYPE_EMMC45: |
Yangbo Lu | cdc6955 | 2015-09-17 10:27:12 +0800 | [diff] [blame] | 1381 | value = QIXIS_READ(brdcfg[5]); |
| 1382 | value |= (QIXIS_DAT4 | QIXIS_DAT5_6_7); |
| 1383 | QIXIS_WRITE(brdcfg[5], value); |
Yangbo Lu | 5a8dbdc | 2015-04-22 13:57:00 +0800 | [diff] [blame] | 1384 | break; |
| 1385 | case QIXIS_ESDHC_ADAPTER_TYPE_SDMMC_LEGACY: |
Yangbo Lu | bf50be8 | 2015-09-17 10:27:48 +0800 | [diff] [blame] | 1386 | value = QIXIS_READ(pwr_ctl[1]); |
| 1387 | value |= QIXIS_EVDD_BY_SDHC_VS; |
| 1388 | QIXIS_WRITE(pwr_ctl[1], value); |
Yangbo Lu | 5a8dbdc | 2015-04-22 13:57:00 +0800 | [diff] [blame] | 1389 | break; |
| 1390 | case QIXIS_ESDHC_ADAPTER_TYPE_EMMC44: |
| 1391 | value = QIXIS_READ(brdcfg[5]); |
| 1392 | value |= (QIXIS_SDCLKIN | QIXIS_SDCLKOUT); |
| 1393 | QIXIS_WRITE(brdcfg[5], value); |
| 1394 | break; |
| 1395 | case QIXIS_ESDHC_ADAPTER_TYPE_RSV: |
| 1396 | break; |
| 1397 | case QIXIS_ESDHC_ADAPTER_TYPE_MMC: |
| 1398 | break; |
| 1399 | case QIXIS_ESDHC_ADAPTER_TYPE_SD: |
| 1400 | break; |
| 1401 | case QIXIS_ESDHC_NO_ADAPTER: |
| 1402 | break; |
| 1403 | default: |
| 1404 | break; |
| 1405 | } |
| 1406 | } |
| 1407 | #endif |
| 1408 | |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1409 | #ifdef CONFIG_OF_LIBFDT |
Yangbo Lu | fce1e16 | 2017-01-17 10:43:54 +0800 | [diff] [blame] | 1410 | __weak int esdhc_status_fixup(void *blob, const char *compat) |
| 1411 | { |
| 1412 | #ifdef CONFIG_FSL_ESDHC_PIN_MUX |
| 1413 | if (!hwconfig("esdhc")) { |
| 1414 | do_fixup_by_compat(blob, compat, "status", "disabled", |
| 1415 | sizeof("disabled"), 1); |
| 1416 | return 1; |
| 1417 | } |
| 1418 | #endif |
Yangbo Lu | fce1e16 | 2017-01-17 10:43:54 +0800 | [diff] [blame] | 1419 | return 0; |
| 1420 | } |
| 1421 | |
Anton Vorontsov | b33433a | 2009-06-10 00:25:29 +0400 | [diff] [blame] | 1422 | void fdt_fixup_esdhc(void *blob, bd_t *bd) |
| 1423 | { |
| 1424 | const char *compat = "fsl,esdhc"; |
Anton Vorontsov | b33433a | 2009-06-10 00:25:29 +0400 | [diff] [blame] | 1425 | |
Yangbo Lu | fce1e16 | 2017-01-17 10:43:54 +0800 | [diff] [blame] | 1426 | if (esdhc_status_fixup(blob, compat)) |
Chenhui Zhao | a6da8b8 | 2011-01-04 17:23:05 +0800 | [diff] [blame] | 1427 | return; |
Anton Vorontsov | b33433a | 2009-06-10 00:25:29 +0400 | [diff] [blame] | 1428 | |
Yangbo Lu | 2d9ca2c | 2015-04-22 13:57:40 +0800 | [diff] [blame] | 1429 | #ifdef CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK |
| 1430 | do_fixup_by_compat_u32(blob, compat, "peripheral-frequency", |
| 1431 | gd->arch.sdhc_clk, 1); |
| 1432 | #else |
Anton Vorontsov | b33433a | 2009-06-10 00:25:29 +0400 | [diff] [blame] | 1433 | do_fixup_by_compat_u32(blob, compat, "clock-frequency", |
Simon Glass | e9adeca | 2012-12-13 20:49:05 +0000 | [diff] [blame] | 1434 | gd->arch.sdhc_clk, 1); |
Yangbo Lu | 2d9ca2c | 2015-04-22 13:57:40 +0800 | [diff] [blame] | 1435 | #endif |
Yangbo Lu | 5a8dbdc | 2015-04-22 13:57:00 +0800 | [diff] [blame] | 1436 | #ifdef CONFIG_FSL_ESDHC_ADAPTER_IDENT |
| 1437 | do_fixup_by_compat_u32(blob, compat, "adapter-type", |
| 1438 | (u32)(gd->arch.sdhc_adapter), 1); |
| 1439 | #endif |
Anton Vorontsov | b33433a | 2009-06-10 00:25:29 +0400 | [diff] [blame] | 1440 | } |
Stefano Babic | c67bee1 | 2010-02-05 15:11:27 +0100 | [diff] [blame] | 1441 | #endif |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1442 | |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1443 | #if CONFIG_IS_ENABLED(DM_MMC) |
Yinbo Zhu | b512d07 | 2019-04-11 11:01:46 +0000 | [diff] [blame] | 1444 | #ifndef CONFIG_PPC |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1445 | #include <asm/arch/clock.h> |
Yinbo Zhu | b512d07 | 2019-04-11 11:01:46 +0000 | [diff] [blame] | 1446 | #endif |
Peng Fan | b60f145 | 2017-02-22 16:21:55 +0800 | [diff] [blame] | 1447 | __weak void init_clk_usdhc(u32 index) |
| 1448 | { |
| 1449 | } |
| 1450 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1451 | static int fsl_esdhc_probe(struct udevice *dev) |
| 1452 | { |
| 1453 | struct mmc_uclass_priv *upriv = dev_get_uclass_priv(dev); |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1454 | struct fsl_esdhc_plat *plat = dev_get_platdata(dev); |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1455 | struct fsl_esdhc_priv *priv = dev_get_priv(dev); |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1456 | const void *fdt = gd->fdt_blob; |
| 1457 | int node = dev_of_offset(dev); |
| 1458 | struct esdhc_soc_data *data = |
| 1459 | (struct esdhc_soc_data *)dev_get_driver_data(dev); |
Abel Vesa | d76706c | 2019-02-01 16:40:11 +0000 | [diff] [blame] | 1460 | #if CONFIG_IS_ENABLED(DM_REGULATOR) |
Peng Fan | 4483b7e | 2017-06-12 17:50:54 +0800 | [diff] [blame] | 1461 | struct udevice *vqmmc_dev; |
York Sun | 9bb272e | 2017-08-08 15:45:13 -0700 | [diff] [blame] | 1462 | #endif |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1463 | fdt_addr_t addr; |
| 1464 | unsigned int val; |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1465 | struct mmc *mmc; |
Yangbo Lu | 66fa035 | 2019-05-23 11:05:46 +0800 | [diff] [blame] | 1466 | #if !CONFIG_IS_ENABLED(BLK) |
| 1467 | struct blk_desc *bdesc; |
| 1468 | #endif |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1469 | int ret; |
| 1470 | |
Simon Glass | 4aac33f | 2017-07-29 11:35:23 -0600 | [diff] [blame] | 1471 | addr = dev_read_addr(dev); |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1472 | if (addr == FDT_ADDR_T_NONE) |
| 1473 | return -EINVAL; |
Yinbo Zhu | b69e1d0 | 2019-04-11 11:01:50 +0000 | [diff] [blame] | 1474 | #ifdef CONFIG_PPC |
| 1475 | priv->esdhc_regs = (struct fsl_esdhc *)lower_32_bits(addr); |
| 1476 | #else |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1477 | priv->esdhc_regs = (struct fsl_esdhc *)addr; |
Yinbo Zhu | b69e1d0 | 2019-04-11 11:01:50 +0000 | [diff] [blame] | 1478 | #endif |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1479 | priv->dev = dev; |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1480 | priv->mode = -1; |
| 1481 | if (data) { |
| 1482 | priv->flags = data->flags; |
| 1483 | priv->caps = data->caps; |
| 1484 | } |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1485 | |
Simon Glass | 4aac33f | 2017-07-29 11:35:23 -0600 | [diff] [blame] | 1486 | val = dev_read_u32_default(dev, "bus-width", -1); |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1487 | if (val == 8) |
| 1488 | priv->bus_width = 8; |
| 1489 | else if (val == 4) |
| 1490 | priv->bus_width = 4; |
| 1491 | else |
| 1492 | priv->bus_width = 1; |
| 1493 | |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1494 | val = fdtdec_get_int(fdt, node, "fsl,tuning-step", 1); |
| 1495 | priv->tuning_step = val; |
| 1496 | val = fdtdec_get_int(fdt, node, "fsl,tuning-start-tap", |
| 1497 | ESDHC_TUNING_START_TAP_DEFAULT); |
| 1498 | priv->tuning_start_tap = val; |
| 1499 | val = fdtdec_get_int(fdt, node, "fsl,strobe-dll-delay-target", |
| 1500 | ESDHC_STROBE_DLL_CTRL_SLV_DLY_TARGET_DEFAULT); |
| 1501 | priv->strobe_dll_delay_target = val; |
| 1502 | |
Simon Glass | 4aac33f | 2017-07-29 11:35:23 -0600 | [diff] [blame] | 1503 | if (dev_read_bool(dev, "non-removable")) { |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1504 | priv->non_removable = 1; |
| 1505 | } else { |
| 1506 | priv->non_removable = 0; |
Yangbo Lu | fc8048a | 2016-12-07 11:54:30 +0800 | [diff] [blame] | 1507 | #ifdef CONFIG_DM_GPIO |
Simon Glass | 4aac33f | 2017-07-29 11:35:23 -0600 | [diff] [blame] | 1508 | gpio_request_by_name(dev, "cd-gpios", 0, &priv->cd_gpio, |
| 1509 | GPIOD_IS_IN); |
Yangbo Lu | fc8048a | 2016-12-07 11:54:30 +0800 | [diff] [blame] | 1510 | #endif |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1511 | } |
| 1512 | |
Ye Li | da8e1f3 | 2019-01-07 09:10:27 +0000 | [diff] [blame] | 1513 | if (dev_read_prop(dev, "fsl,wp-controller", NULL)) { |
| 1514 | priv->wp_enable = 1; |
| 1515 | } else { |
Peng Fan | 1483151 | 2016-06-15 10:53:02 +0800 | [diff] [blame] | 1516 | priv->wp_enable = 0; |
Ye Li | da8e1f3 | 2019-01-07 09:10:27 +0000 | [diff] [blame] | 1517 | #ifdef CONFIG_DM_GPIO |
| 1518 | gpio_request_by_name(dev, "wp-gpios", 0, &priv->wp_gpio, |
| 1519 | GPIOD_IS_IN); |
Yangbo Lu | fc8048a | 2016-12-07 11:54:30 +0800 | [diff] [blame] | 1520 | #endif |
Ye Li | da8e1f3 | 2019-01-07 09:10:27 +0000 | [diff] [blame] | 1521 | } |
Peng Fan | 4483b7e | 2017-06-12 17:50:54 +0800 | [diff] [blame] | 1522 | |
| 1523 | priv->vs18_enable = 0; |
| 1524 | |
Abel Vesa | d76706c | 2019-02-01 16:40:11 +0000 | [diff] [blame] | 1525 | #if CONFIG_IS_ENABLED(DM_REGULATOR) |
Peng Fan | 4483b7e | 2017-06-12 17:50:54 +0800 | [diff] [blame] | 1526 | /* |
| 1527 | * If emmc I/O has a fixed voltage at 1.8V, this must be provided, |
| 1528 | * otherwise, emmc will work abnormally. |
| 1529 | */ |
| 1530 | ret = device_get_supply_regulator(dev, "vqmmc-supply", &vqmmc_dev); |
| 1531 | if (ret) { |
| 1532 | dev_dbg(dev, "no vqmmc-supply\n"); |
| 1533 | } else { |
| 1534 | ret = regulator_set_enable(vqmmc_dev, true); |
| 1535 | if (ret) { |
| 1536 | dev_err(dev, "fail to enable vqmmc-supply\n"); |
| 1537 | return ret; |
| 1538 | } |
| 1539 | |
| 1540 | if (regulator_get_value(vqmmc_dev) == 1800000) |
| 1541 | priv->vs18_enable = 1; |
| 1542 | } |
| 1543 | #endif |
| 1544 | |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1545 | if (fdt_get_property(fdt, node, "no-1-8-v", NULL)) |
Peng Fan | c76382f | 2018-08-10 14:07:55 +0800 | [diff] [blame] | 1546 | priv->caps &= ~(UHS_CAPS | MMC_MODE_HS200 | MMC_MODE_HS400); |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1547 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1548 | /* |
| 1549 | * TODO: |
| 1550 | * Because lack of clk driver, if SDHC clk is not enabled, |
| 1551 | * need to enable it first before this driver is invoked. |
| 1552 | * |
| 1553 | * we use MXC_ESDHC_CLK to get clk freq. |
| 1554 | * If one would like to make this function work, |
| 1555 | * the aliases should be provided in dts as this: |
| 1556 | * |
| 1557 | * aliases { |
| 1558 | * mmc0 = &usdhc1; |
| 1559 | * mmc1 = &usdhc2; |
| 1560 | * mmc2 = &usdhc3; |
| 1561 | * mmc3 = &usdhc4; |
| 1562 | * }; |
| 1563 | * Then if your board only supports mmc2 and mmc3, but we can |
| 1564 | * correctly get the seq as 2 and 3, then let mxc_get_clock |
| 1565 | * work as expected. |
| 1566 | */ |
Peng Fan | b60f145 | 2017-02-22 16:21:55 +0800 | [diff] [blame] | 1567 | |
| 1568 | init_clk_usdhc(dev->seq); |
| 1569 | |
Peng Fan | 3cb1450 | 2018-10-18 14:28:35 +0200 | [diff] [blame] | 1570 | if (IS_ENABLED(CONFIG_CLK)) { |
| 1571 | /* Assigned clock already set clock */ |
| 1572 | ret = clk_get_by_name(dev, "per", &priv->per_clk); |
| 1573 | if (ret) { |
| 1574 | printf("Failed to get per_clk\n"); |
| 1575 | return ret; |
| 1576 | } |
| 1577 | ret = clk_enable(&priv->per_clk); |
| 1578 | if (ret) { |
| 1579 | printf("Failed to enable per_clk\n"); |
| 1580 | return ret; |
| 1581 | } |
| 1582 | |
| 1583 | priv->sdhc_clk = clk_get_rate(&priv->per_clk); |
| 1584 | } else { |
Yinbo Zhu | b512d07 | 2019-04-11 11:01:46 +0000 | [diff] [blame] | 1585 | #ifndef CONFIG_PPC |
Peng Fan | 3cb1450 | 2018-10-18 14:28:35 +0200 | [diff] [blame] | 1586 | priv->sdhc_clk = mxc_get_clock(MXC_ESDHC_CLK + dev->seq); |
Yinbo Zhu | b512d07 | 2019-04-11 11:01:46 +0000 | [diff] [blame] | 1587 | #else |
| 1588 | priv->sdhc_clk = gd->arch.sdhc_clk; |
| 1589 | #endif |
Peng Fan | 3cb1450 | 2018-10-18 14:28:35 +0200 | [diff] [blame] | 1590 | if (priv->sdhc_clk <= 0) { |
| 1591 | dev_err(dev, "Unable to get clk for %s\n", dev->name); |
| 1592 | return -EINVAL; |
| 1593 | } |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1594 | } |
| 1595 | |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1596 | ret = fsl_esdhc_init(priv, plat); |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1597 | if (ret) { |
| 1598 | dev_err(dev, "fsl_esdhc_init failure\n"); |
| 1599 | return ret; |
| 1600 | } |
| 1601 | |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1602 | mmc = &plat->mmc; |
| 1603 | mmc->cfg = &plat->cfg; |
| 1604 | mmc->dev = dev; |
Yangbo Lu | 66fa035 | 2019-05-23 11:05:46 +0800 | [diff] [blame] | 1605 | #if !CONFIG_IS_ENABLED(BLK) |
| 1606 | mmc->priv = priv; |
| 1607 | |
| 1608 | /* Setup dsr related values */ |
| 1609 | mmc->dsr_imp = 0; |
| 1610 | mmc->dsr = ESDHC_DRIVER_STAGE_VALUE; |
| 1611 | /* Setup the universal parts of the block interface just once */ |
| 1612 | bdesc = mmc_get_blk_desc(mmc); |
| 1613 | bdesc->if_type = IF_TYPE_MMC; |
| 1614 | bdesc->removable = 1; |
| 1615 | bdesc->devnum = mmc_get_next_devnum(); |
| 1616 | bdesc->block_read = mmc_bread; |
| 1617 | bdesc->block_write = mmc_bwrite; |
| 1618 | bdesc->block_erase = mmc_berase; |
| 1619 | |
| 1620 | /* setup initial part type */ |
| 1621 | bdesc->part_type = mmc->cfg->part_type; |
| 1622 | mmc_list_add(mmc); |
| 1623 | #endif |
| 1624 | |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1625 | upriv->mmc = mmc; |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1626 | |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1627 | return esdhc_init_common(priv, mmc); |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1628 | } |
| 1629 | |
Simon Glass | e7881d8 | 2017-07-29 11:35:31 -0600 | [diff] [blame] | 1630 | #if CONFIG_IS_ENABLED(DM_MMC) |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1631 | static int fsl_esdhc_get_cd(struct udevice *dev) |
| 1632 | { |
| 1633 | struct fsl_esdhc_priv *priv = dev_get_priv(dev); |
| 1634 | |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1635 | return esdhc_getcd_common(priv); |
| 1636 | } |
| 1637 | |
| 1638 | static int fsl_esdhc_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, |
| 1639 | struct mmc_data *data) |
| 1640 | { |
| 1641 | struct fsl_esdhc_plat *plat = dev_get_platdata(dev); |
| 1642 | struct fsl_esdhc_priv *priv = dev_get_priv(dev); |
| 1643 | |
| 1644 | return esdhc_send_cmd_common(priv, &plat->mmc, cmd, data); |
| 1645 | } |
| 1646 | |
| 1647 | static int fsl_esdhc_set_ios(struct udevice *dev) |
| 1648 | { |
| 1649 | struct fsl_esdhc_plat *plat = dev_get_platdata(dev); |
| 1650 | struct fsl_esdhc_priv *priv = dev_get_priv(dev); |
| 1651 | |
| 1652 | return esdhc_set_ios_common(priv, &plat->mmc); |
| 1653 | } |
| 1654 | |
| 1655 | static const struct dm_mmc_ops fsl_esdhc_ops = { |
| 1656 | .get_cd = fsl_esdhc_get_cd, |
| 1657 | .send_cmd = fsl_esdhc_send_cmd, |
| 1658 | .set_ios = fsl_esdhc_set_ios, |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1659 | #ifdef MMC_SUPPORTS_TUNING |
| 1660 | .execute_tuning = fsl_esdhc_execute_tuning, |
| 1661 | #endif |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1662 | }; |
| 1663 | #endif |
| 1664 | |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1665 | static struct esdhc_soc_data usdhc_imx7d_data = { |
| 1666 | .flags = ESDHC_FLAG_USDHC | ESDHC_FLAG_STD_TUNING |
| 1667 | | ESDHC_FLAG_HAVE_CAP1 | ESDHC_FLAG_HS200 |
| 1668 | | ESDHC_FLAG_HS400, |
| 1669 | .caps = UHS_CAPS | MMC_MODE_HS200 | MMC_MODE_DDR_52MHz | |
| 1670 | MMC_MODE_HS_52MHz | MMC_MODE_HS, |
| 1671 | }; |
| 1672 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1673 | static const struct udevice_id fsl_esdhc_ids[] = { |
Patrick Bruenn | 791c88d | 2019-01-03 07:54:32 +0100 | [diff] [blame] | 1674 | { .compatible = "fsl,imx53-esdhc", }, |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1675 | { .compatible = "fsl,imx6ul-usdhc", }, |
| 1676 | { .compatible = "fsl,imx6sx-usdhc", }, |
| 1677 | { .compatible = "fsl,imx6sl-usdhc", }, |
| 1678 | { .compatible = "fsl,imx6q-usdhc", }, |
Peng Fan | 51313b4 | 2018-01-21 19:00:24 +0800 | [diff] [blame] | 1679 | { .compatible = "fsl,imx7d-usdhc", .data = (ulong)&usdhc_imx7d_data,}, |
Peng Fan | b60f145 | 2017-02-22 16:21:55 +0800 | [diff] [blame] | 1680 | { .compatible = "fsl,imx7ulp-usdhc", }, |
Yangbo Lu | a6473f8 | 2016-12-07 11:54:31 +0800 | [diff] [blame] | 1681 | { .compatible = "fsl,esdhc", }, |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1682 | { /* sentinel */ } |
| 1683 | }; |
| 1684 | |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1685 | #if CONFIG_IS_ENABLED(BLK) |
| 1686 | static int fsl_esdhc_bind(struct udevice *dev) |
| 1687 | { |
| 1688 | struct fsl_esdhc_plat *plat = dev_get_platdata(dev); |
| 1689 | |
| 1690 | return mmc_bind(dev, &plat->mmc, &plat->cfg); |
| 1691 | } |
| 1692 | #endif |
| 1693 | |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1694 | U_BOOT_DRIVER(fsl_esdhc) = { |
| 1695 | .name = "fsl-esdhc-mmc", |
| 1696 | .id = UCLASS_MMC, |
| 1697 | .of_match = fsl_esdhc_ids, |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1698 | .ops = &fsl_esdhc_ops, |
Simon Glass | 653282b | 2017-07-29 11:35:24 -0600 | [diff] [blame] | 1699 | #if CONFIG_IS_ENABLED(BLK) |
| 1700 | .bind = fsl_esdhc_bind, |
| 1701 | #endif |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1702 | .probe = fsl_esdhc_probe, |
Simon Glass | e88e1d9 | 2017-07-29 11:35:21 -0600 | [diff] [blame] | 1703 | .platdata_auto_alloc_size = sizeof(struct fsl_esdhc_plat), |
Peng Fan | 96f0407 | 2016-03-25 14:16:56 +0800 | [diff] [blame] | 1704 | .priv_auto_alloc_size = sizeof(struct fsl_esdhc_priv), |
| 1705 | }; |
| 1706 | #endif |