DW_MCI_QUIRK_HIGHSPEED don't use. If we need to set the highspeed mode by force, we can use to set cap-mms/sd-highspeed into dt-file. Signed-off-by: Jaehoon Chung <jh80.chung@xxxxxxxxxxx> --- include/linux/mmc/dw_mmc.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h index 6dcc1c1..2796d9c 100644 --- a/include/linux/mmc/dw_mmc.h +++ b/include/linux/mmc/dw_mmc.h @@ -211,12 +211,10 @@ struct dw_mci_dma_ops { #define DW_MCI_QUIRK_IDMAC_DTO BIT(0) /* delay needed between retries on some 2.11a implementations */ #define DW_MCI_QUIRK_RETRY_DELAY BIT(1) -/* High Speed Capable - Supports HS cards (up to 50MHz) */ -#define DW_MCI_QUIRK_HIGHSPEED BIT(2) /* Unreliable card detection */ -#define DW_MCI_QUIRK_BROKEN_CARD_DETECTION BIT(3) +#define DW_MCI_QUIRK_BROKEN_CARD_DETECTION BIT(2) /* No write protect */ -#define DW_MCI_QUIRK_NO_WRITE_PROTECT BIT(4) +#define DW_MCI_QUIRK_NO_WRITE_PROTECT BIT(3) /* Slot level quirks */ /* This slot has no write protect */ -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html