Skip to content

Commit f5abc76

Browse files
Linus Walleijstorulf
authored andcommitted
mmc: mmci: support 8bit mode on the Nomadik
The Nomadik variant supports 8bit mode for (e)MMC cards. Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 0bcb7ef commit f5abc76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mmc/host/mmci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ static struct variant_data variant_nomadik = {
151151
.fifosize = 16 * 4,
152152
.fifohalfsize = 8 * 4,
153153
.clkreg = MCI_CLK_ENABLE,
154+
.clkreg_8bit_bus_enable = MCI_ST_8BIT_BUS,
154155
.datalength_bits = 24,
155156
.datactrl_mask_sdio = MCI_ST_DPSM_SDIOEN,
156157
.st_sdio = true,

0 commit comments

Comments
 (0)