|
@@ -33,7 +33,8 @@ static const struct renesas_sdhi_of_data of_default_cfg = {
|
|
};
|
|
};
|
|
|
|
|
|
static const struct renesas_sdhi_of_data of_rz_compatible = {
|
|
static const struct renesas_sdhi_of_data of_rz_compatible = {
|
|
- .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_32BIT_DATA_PORT,
|
|
|
|
|
|
+ .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_32BIT_DATA_PORT |
|
|
|
|
+ TMIO_MMC_HAVE_CBSY,
|
|
.tmio_ocr_mask = MMC_VDD_32_33,
|
|
.tmio_ocr_mask = MMC_VDD_32_33,
|
|
.capabilities = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ,
|
|
.capabilities = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ,
|
|
};
|
|
};
|