From 3220c13b711f8850aecdafaba308ac709b80b528 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 2 Jan 2019 09:33:10 -0600 Subject: Linux v4.20.0 --- arm-sdhci-esdhc-imx-fixes.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm-sdhci-esdhc-imx-fixes.patch') diff --git a/arm-sdhci-esdhc-imx-fixes.patch b/arm-sdhci-esdhc-imx-fixes.patch index 5f041cedc..1b10c3e18 100644 --- a/arm-sdhci-esdhc-imx-fixes.patch +++ b/arm-sdhci-esdhc-imx-fixes.patch @@ -47,11 +47,11 @@ index 23966f887da6..cb2433d6d61f 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h @@ -450,6 +450,8 @@ struct sdhci_host { - * obtainable timeout. + * block count. */ - #define SDHCI_QUIRK2_DISABLE_HW_TIMEOUT (1<<17) + #define SDHCI_QUIRK2_USE_32BIT_BLK_CNT (1<<18) +/* Do not support any higher speeds (>50MHz) */ -+#define SDHCI_QUIRK2_NO_UHS_HS200_HS400 (1<<18) ++#define SDHCI_QUIRK2_NO_UHS_HS200_HS400 (1<<19) int irq; /* Device IRQ */ void __iomem *ioaddr; /* Mapped address */ -- cgit