Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2012 SAMSUNG Electronics |
| 4 | * Jaehoon Chung <jh80.chung@samsung.com> |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #include <common.h> |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 8 | #include <dwmmc.h> |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 9 | #include <fdtdec.h> |
Masahiro Yamada | b08c8c4 | 2018-03-05 01:20:11 +0900 | [diff] [blame] | 10 | #include <linux/libfdt.h> |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 11 | #include <malloc.h> |
Jaehoon Chung | ccd60a8 | 2016-07-19 16:33:34 +0900 | [diff] [blame] | 12 | #include <errno.h> |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 13 | #include <asm/arch/dwmmc.h> |
| 14 | #include <asm/arch/clk.h> |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 15 | #include <asm/arch/pinmux.h> |
Przemyslaw Marczak | 64029f7 | 2015-02-20 12:29:26 +0100 | [diff] [blame] | 16 | #include <asm/arch/power.h> |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 17 | #include <asm/gpio.h> |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 18 | |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 19 | #define DWMMC_MAX_CH_NUM 4 |
| 20 | #define DWMMC_MAX_FREQ 52000000 |
| 21 | #define DWMMC_MIN_FREQ 400000 |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 22 | #define DWMMC_MMC0_SDR_TIMING_VAL 0x03030001 |
| 23 | #define DWMMC_MMC2_SDR_TIMING_VAL 0x03020001 |
| 24 | |
Jaehoon Chung | 3537ee8 | 2016-06-30 20:57:37 +0900 | [diff] [blame] | 25 | #ifdef CONFIG_DM_MMC |
| 26 | #include <dm.h> |
| 27 | DECLARE_GLOBAL_DATA_PTR; |
| 28 | |
| 29 | struct exynos_mmc_plat { |
| 30 | struct mmc_config cfg; |
| 31 | struct mmc mmc; |
| 32 | }; |
| 33 | #endif |
| 34 | |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 35 | /* Exynos implmentation specific drver private data */ |
| 36 | struct dwmci_exynos_priv_data { |
Jaehoon Chung | 3537ee8 | 2016-06-30 20:57:37 +0900 | [diff] [blame] | 37 | #ifdef CONFIG_DM_MMC |
| 38 | struct dwmci_host host; |
| 39 | #endif |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 40 | u32 sdr_timing; |
| 41 | }; |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 42 | |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 43 | /* |
| 44 | * Function used as callback function to initialise the |
| 45 | * CLKSEL register for every mmc channel. |
| 46 | */ |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 47 | static void exynos_dwmci_clksel(struct dwmci_host *host) |
| 48 | { |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 49 | struct dwmci_exynos_priv_data *priv = host->priv; |
| 50 | |
| 51 | dwmci_writel(host, DWMCI_CLKSEL, priv->sdr_timing); |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 52 | } |
| 53 | |
Simon Glass | e3563f2 | 2015-08-30 16:55:15 -0600 | [diff] [blame] | 54 | unsigned int exynos_dwmci_get_clk(struct dwmci_host *host, uint freq) |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 55 | { |
Rajeshwari S Shinde | d3e016c | 2014-02-05 10:48:15 +0530 | [diff] [blame] | 56 | unsigned long sclk; |
| 57 | int8_t clk_div; |
| 58 | |
| 59 | /* |
| 60 | * Since SDCLKIN is divided inside controller by the DIVRATIO |
| 61 | * value set in the CLKSEL register, we need to use the same output |
| 62 | * clock value to calculate the CLKDIV value. |
| 63 | * as per user manual:cclk_in = SDCLKIN / (DIVRATIO + 1) |
| 64 | */ |
| 65 | clk_div = ((dwmci_readl(host, DWMCI_CLKSEL) >> DWMCI_DIVRATIO_BIT) |
| 66 | & DWMCI_DIVRATIO_MASK) + 1; |
| 67 | sclk = get_mmc_clk(host->dev_index); |
| 68 | |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 69 | /* |
| 70 | * Assume to know divider value. |
| 71 | * When clock unit is broken, need to set "host->div" |
| 72 | */ |
| 73 | return sclk / clk_div / (host->div + 1); |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 74 | } |
| 75 | |
Jaehoon Chung | 18ab675 | 2013-11-29 20:08:57 +0900 | [diff] [blame] | 76 | static void exynos_dwmci_board_init(struct dwmci_host *host) |
| 77 | { |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 78 | struct dwmci_exynos_priv_data *priv = host->priv; |
| 79 | |
Jaehoon Chung | 18ab675 | 2013-11-29 20:08:57 +0900 | [diff] [blame] | 80 | if (host->quirks & DWMCI_QUIRK_DISABLE_SMU) { |
| 81 | dwmci_writel(host, EMMCP_MPSBEGIN0, 0); |
| 82 | dwmci_writel(host, EMMCP_SEND0, 0); |
| 83 | dwmci_writel(host, EMMCP_CTRL0, |
| 84 | MPSCTRL_SECURE_READ_BIT | |
| 85 | MPSCTRL_SECURE_WRITE_BIT | |
| 86 | MPSCTRL_NON_SECURE_READ_BIT | |
| 87 | MPSCTRL_NON_SECURE_WRITE_BIT | MPSCTRL_VALID); |
| 88 | } |
Jaehoon Chung | 3a33bb1 | 2015-02-04 15:48:39 +0900 | [diff] [blame] | 89 | |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 90 | /* Set to timing value at initial time */ |
| 91 | if (priv->sdr_timing) |
Jaehoon Chung | 3a33bb1 | 2015-02-04 15:48:39 +0900 | [diff] [blame] | 92 | exynos_dwmci_clksel(host); |
Jaehoon Chung | 18ab675 | 2013-11-29 20:08:57 +0900 | [diff] [blame] | 93 | } |
| 94 | |
Jaehoon Chung | d956a67 | 2016-06-29 19:46:17 +0900 | [diff] [blame] | 95 | static int exynos_dwmci_core_init(struct dwmci_host *host) |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 96 | { |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 97 | unsigned int div; |
| 98 | unsigned long freq, sclk; |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 99 | |
| 100 | if (host->bus_hz) |
| 101 | freq = host->bus_hz; |
| 102 | else |
| 103 | freq = DWMMC_MAX_FREQ; |
| 104 | |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 105 | /* request mmc clock vlaue of 52MHz. */ |
Jaehoon Chung | d956a67 | 2016-06-29 19:46:17 +0900 | [diff] [blame] | 106 | sclk = get_mmc_clk(host->dev_index); |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 107 | div = DIV_ROUND_UP(sclk, freq); |
| 108 | /* set the clock divisor for mmc */ |
Jaehoon Chung | d956a67 | 2016-06-29 19:46:17 +0900 | [diff] [blame] | 109 | set_mmc_clk(host->dev_index, div); |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 110 | |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 111 | host->name = "EXYNOS DWMMC"; |
Rajeshwari Shinde | 6f0b7ca | 2013-10-29 12:53:13 +0530 | [diff] [blame] | 112 | #ifdef CONFIG_EXYNOS5420 |
| 113 | host->quirks = DWMCI_QUIRK_DISABLE_SMU; |
| 114 | #endif |
Jaehoon Chung | 18ab675 | 2013-11-29 20:08:57 +0900 | [diff] [blame] | 115 | host->board_init = exynos_dwmci_board_init; |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 116 | |
Jaehoon Chung | e09bd85 | 2014-05-16 13:59:57 +0900 | [diff] [blame] | 117 | host->caps = MMC_MODE_DDR_52MHz; |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 118 | host->clksel = exynos_dwmci_clksel; |
Jaehoon Chung | b44fe83 | 2013-10-06 18:59:31 +0900 | [diff] [blame] | 119 | host->get_mmc_clk = exynos_dwmci_get_clk; |
Jaehoon Chung | 3537ee8 | 2016-06-30 20:57:37 +0900 | [diff] [blame] | 120 | |
| 121 | #ifndef CONFIG_DM_MMC |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 122 | /* Add the mmc channel to be registered with mmc core */ |
| 123 | if (add_dwmci(host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ)) { |
Jaehoon Chung | d956a67 | 2016-06-29 19:46:17 +0900 | [diff] [blame] | 124 | printf("DWMMC%d registration failed\n", host->dev_index); |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 125 | return -1; |
| 126 | } |
Jaehoon Chung | 3537ee8 | 2016-06-30 20:57:37 +0900 | [diff] [blame] | 127 | #endif |
| 128 | |
Jaehoon Chung | d0ebbb8 | 2012-10-15 19:10:31 +0000 | [diff] [blame] | 129 | return 0; |
| 130 | } |
| 131 | |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 132 | static struct dwmci_host dwmci_host[DWMMC_MAX_CH_NUM]; |
| 133 | |
| 134 | static int do_dwmci_init(struct dwmci_host *host) |
| 135 | { |
Jaehoon Chung | d956a67 | 2016-06-29 19:46:17 +0900 | [diff] [blame] | 136 | int flag, err; |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 137 | |
| 138 | flag = host->buswidth == 8 ? PINMUX_FLAG_8BIT_MODE : PINMUX_FLAG_NONE; |
| 139 | err = exynos_pinmux_config(host->dev_id, flag); |
| 140 | if (err) { |
Jaehoon Chung | d956a67 | 2016-06-29 19:46:17 +0900 | [diff] [blame] | 141 | printf("DWMMC%d not configure\n", host->dev_index); |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 142 | return err; |
| 143 | } |
| 144 | |
Jaehoon Chung | d956a67 | 2016-06-29 19:46:17 +0900 | [diff] [blame] | 145 | return exynos_dwmci_core_init(host); |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 146 | } |
| 147 | |
| 148 | static int exynos_dwmci_get_config(const void *blob, int node, |
| 149 | struct dwmci_host *host) |
| 150 | { |
| 151 | int err = 0; |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 152 | u32 base, timing[3]; |
| 153 | struct dwmci_exynos_priv_data *priv; |
| 154 | |
| 155 | priv = malloc(sizeof(struct dwmci_exynos_priv_data)); |
| 156 | if (!priv) { |
Masahiro Yamada | 9b643e3 | 2017-09-16 14:10:41 +0900 | [diff] [blame] | 157 | pr_err("dwmci_exynos_priv_data malloc fail!\n"); |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 158 | return -ENOMEM; |
| 159 | } |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 160 | |
| 161 | /* Extract device id for each mmc channel */ |
| 162 | host->dev_id = pinmux_decode_periph_id(blob, node); |
| 163 | |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 164 | host->dev_index = fdtdec_get_int(blob, node, "index", host->dev_id); |
| 165 | if (host->dev_index == host->dev_id) |
| 166 | host->dev_index = host->dev_id - PERIPH_ID_SDMMC0; |
| 167 | |
Jaehoon Chung | ce757b1 | 2016-06-29 19:46:16 +0900 | [diff] [blame] | 168 | if (host->dev_index > 4) { |
| 169 | printf("DWMMC%d: Can't get the dev index\n", host->dev_index); |
Suniel Mahesh | 0e1746a | 2017-10-05 11:48:56 +0530 | [diff] [blame] | 170 | free(priv); |
Jaehoon Chung | ce757b1 | 2016-06-29 19:46:16 +0900 | [diff] [blame] | 171 | return -EINVAL; |
| 172 | } |
| 173 | |
Jaehoon Chung | 70f6d39 | 2016-06-29 19:46:18 +0900 | [diff] [blame] | 174 | /* Get the bus width from the device node (Default is 4bit buswidth) */ |
| 175 | host->buswidth = fdtdec_get_int(blob, node, "samsung,bus-width", 4); |
Jaehoon Chung | dfcb683 | 2014-11-28 20:42:33 +0900 | [diff] [blame] | 176 | |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 177 | /* Set the base address from the device node */ |
| 178 | base = fdtdec_get_addr(blob, node, "reg"); |
| 179 | if (!base) { |
Jaehoon Chung | dfcb683 | 2014-11-28 20:42:33 +0900 | [diff] [blame] | 180 | printf("DWMMC%d: Can't get base address\n", host->dev_index); |
Suniel Mahesh | 0e1746a | 2017-10-05 11:48:56 +0530 | [diff] [blame] | 181 | free(priv); |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 182 | return -EINVAL; |
| 183 | } |
| 184 | host->ioaddr = (void *)base; |
| 185 | |
| 186 | /* Extract the timing info from the node */ |
| 187 | err = fdtdec_get_int_array(blob, node, "samsung,timing", timing, 3); |
| 188 | if (err) { |
Jaehoon Chung | dfcb683 | 2014-11-28 20:42:33 +0900 | [diff] [blame] | 189 | printf("DWMMC%d: Can't get sdr-timings for devider\n", |
| 190 | host->dev_index); |
Suniel Mahesh | 0e1746a | 2017-10-05 11:48:56 +0530 | [diff] [blame] | 191 | free(priv); |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 192 | return -EINVAL; |
| 193 | } |
| 194 | |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 195 | priv->sdr_timing = (DWMCI_SET_SAMPLE_CLK(timing[0]) | |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 196 | DWMCI_SET_DRV_CLK(timing[1]) | |
| 197 | DWMCI_SET_DIV_RATIO(timing[2])); |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 198 | |
| 199 | /* sdr_timing didn't assigned anything, use the default value */ |
| 200 | if (!priv->sdr_timing) { |
| 201 | if (host->dev_index == 0) |
| 202 | priv->sdr_timing = DWMMC_MMC0_SDR_TIMING_VAL; |
| 203 | else if (host->dev_index == 2) |
| 204 | priv->sdr_timing = DWMMC_MMC2_SDR_TIMING_VAL; |
| 205 | } |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 206 | |
| 207 | host->fifoth_val = fdtdec_get_int(blob, node, "fifoth_val", 0); |
| 208 | host->bus_hz = fdtdec_get_int(blob, node, "bus_hz", 0); |
| 209 | host->div = fdtdec_get_int(blob, node, "div", 0); |
| 210 | |
Jaehoon Chung | 5dab81c | 2015-02-04 15:48:40 +0900 | [diff] [blame] | 211 | host->priv = priv; |
| 212 | |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 213 | return 0; |
| 214 | } |
| 215 | |
| 216 | static int exynos_dwmci_process_node(const void *blob, |
| 217 | int node_list[], int count) |
| 218 | { |
| 219 | struct dwmci_host *host; |
| 220 | int i, node, err; |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 221 | |
| 222 | for (i = 0; i < count; i++) { |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 223 | node = node_list[i]; |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 224 | if (node <= 0) |
| 225 | continue; |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 226 | host = &dwmci_host[i]; |
| 227 | err = exynos_dwmci_get_config(blob, node, host); |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 228 | if (err) { |
Jaehoon Chung | dfcb683 | 2014-11-28 20:42:33 +0900 | [diff] [blame] | 229 | printf("%s: failed to decode dev %d\n", __func__, i); |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 230 | return err; |
| 231 | } |
| 232 | |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 233 | do_dwmci_init(host); |
Amar | a082a2d | 2013-04-27 11:42:55 +0530 | [diff] [blame] | 234 | } |
| 235 | return 0; |
| 236 | } |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 237 | |
| 238 | int exynos_dwmmc_init(const void *blob) |
| 239 | { |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 240 | int node_list[DWMMC_MAX_CH_NUM]; |
Przemyslaw Marczak | 64029f7 | 2015-02-20 12:29:26 +0100 | [diff] [blame] | 241 | int boot_dev_node; |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 242 | int err = 0, count; |
| 243 | |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 244 | count = fdtdec_find_aliases_for_id(blob, "mmc", |
Jaehoon Chung | d956a67 | 2016-06-29 19:46:17 +0900 | [diff] [blame] | 245 | COMPAT_SAMSUNG_EXYNOS_DWMMC, node_list, |
| 246 | DWMMC_MAX_CH_NUM); |
Przemyslaw Marczak | 64029f7 | 2015-02-20 12:29:26 +0100 | [diff] [blame] | 247 | |
| 248 | /* For DWMMC always set boot device as mmc 0 */ |
| 249 | if (count >= 3 && get_boot_mode() == BOOT_MODE_SD) { |
| 250 | boot_dev_node = node_list[2]; |
| 251 | node_list[2] = node_list[0]; |
| 252 | node_list[0] = boot_dev_node; |
| 253 | } |
| 254 | |
Jaehoon Chung | 959198f | 2014-05-16 13:59:52 +0900 | [diff] [blame] | 255 | err = exynos_dwmci_process_node(blob, node_list, count); |
| 256 | |
| 257 | return err; |
| 258 | } |
Jaehoon Chung | 3537ee8 | 2016-06-30 20:57:37 +0900 | [diff] [blame] | 259 | |
| 260 | #ifdef CONFIG_DM_MMC |
| 261 | static int exynos_dwmmc_probe(struct udevice *dev) |
| 262 | { |
| 263 | struct exynos_mmc_plat *plat = dev_get_platdata(dev); |
| 264 | struct mmc_uclass_priv *upriv = dev_get_uclass_priv(dev); |
| 265 | struct dwmci_exynos_priv_data *priv = dev_get_priv(dev); |
| 266 | struct dwmci_host *host = &priv->host; |
| 267 | int err; |
| 268 | |
Simon Glass | e160f7d | 2017-01-17 16:52:55 -0700 | [diff] [blame] | 269 | err = exynos_dwmci_get_config(gd->fdt_blob, dev_of_offset(dev), host); |
Jaehoon Chung | 3537ee8 | 2016-06-30 20:57:37 +0900 | [diff] [blame] | 270 | if (err) |
| 271 | return err; |
| 272 | err = do_dwmci_init(host); |
| 273 | if (err) |
| 274 | return err; |
| 275 | |
Jaehoon Chung | e5113c3 | 2016-09-23 19:13:16 +0900 | [diff] [blame] | 276 | dwmci_setup_cfg(&plat->cfg, host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ); |
Jaehoon Chung | 3537ee8 | 2016-06-30 20:57:37 +0900 | [diff] [blame] | 277 | host->mmc = &plat->mmc; |
| 278 | host->mmc->priv = &priv->host; |
| 279 | host->priv = dev; |
| 280 | upriv->mmc = host->mmc; |
| 281 | |
| 282 | return dwmci_probe(dev); |
| 283 | } |
| 284 | |
| 285 | static int exynos_dwmmc_bind(struct udevice *dev) |
| 286 | { |
| 287 | struct exynos_mmc_plat *plat = dev_get_platdata(dev); |
Jaehoon Chung | 3537ee8 | 2016-06-30 20:57:37 +0900 | [diff] [blame] | 288 | |
Masahiro Yamada | 24f5aec | 2016-09-06 22:17:32 +0900 | [diff] [blame] | 289 | return dwmci_bind(dev, &plat->mmc, &plat->cfg); |
Jaehoon Chung | 3537ee8 | 2016-06-30 20:57:37 +0900 | [diff] [blame] | 290 | } |
| 291 | |
| 292 | static const struct udevice_id exynos_dwmmc_ids[] = { |
| 293 | { .compatible = "samsung,exynos4412-dw-mshc" }, |
| 294 | { } |
| 295 | }; |
| 296 | |
| 297 | U_BOOT_DRIVER(exynos_dwmmc_drv) = { |
| 298 | .name = "exynos_dwmmc", |
| 299 | .id = UCLASS_MMC, |
| 300 | .of_match = exynos_dwmmc_ids, |
| 301 | .bind = exynos_dwmmc_bind, |
| 302 | .ops = &dm_dwmci_ops, |
| 303 | .probe = exynos_dwmmc_probe, |
| 304 | .priv_auto_alloc_size = sizeof(struct dwmci_exynos_priv_data), |
| 305 | .platdata_auto_alloc_size = sizeof(struct exynos_mmc_plat), |
| 306 | }; |
| 307 | #endif |