Skip to content

Commit 685d29e

Browse files
Wolfram Sangstorulf
authored andcommitted
mmc: sh_mobile_sdhi: enable SDIO IRQs for RCar Gen3
Tested on a Salvator-X board with a Spectec SDW-823 WLAN card. Signed-off-by: Wolfram Sang <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 88ea46b commit 685d29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/host/sh_mobile_sdhi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static const struct sh_mobile_sdhi_of_data of_rcar_gen2_compatible = {
7171
static const struct sh_mobile_sdhi_of_data of_rcar_gen3_compatible = {
7272
.tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_WRPROTECT_DISABLE |
7373
TMIO_MMC_CLK_ACTUAL | TMIO_MMC_MIN_RCAR2,
74-
.capabilities = MMC_CAP_SD_HIGHSPEED,
74+
.capabilities = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ,
7575
.bus_shift = 2,
7676
};
7777

0 commit comments

Comments
 (0)