@@ -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 */
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@samsung.com> --- include/linux/mmc/dw_mmc.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)