We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcb7ef commit f5abc76Copy full SHA for f5abc76
drivers/mmc/host/mmci.c
@@ -151,6 +151,7 @@ static struct variant_data variant_nomadik = {
151
.fifosize = 16 * 4,
152
.fifohalfsize = 8 * 4,
153
.clkreg = MCI_CLK_ENABLE,
154
+ .clkreg_8bit_bus_enable = MCI_ST_8BIT_BUS,
155
.datalength_bits = 24,
156
.datactrl_mask_sdio = MCI_ST_DPSM_SDIOEN,
157
.st_sdio = true,
0 commit comments