summaryrefslogtreecommitdiffstats
path: root/arm-sdhci-esdhc-imx-fixes.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2018-10-23 10:47:47 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2018-10-23 10:47:47 -0500
commita92862ed1def7c59fb1161ac48937e5d725282a1 (patch)
tree5049e034709c2b782317c77c005758370f3bdb95 /arm-sdhci-esdhc-imx-fixes.patch
parent5f57cb815970a996096ee589f3db6a8b1819b945 (diff)
downloadkernel-a92862ed1def7c59fb1161ac48937e5d725282a1.tar.gz
kernel-a92862ed1def7c59fb1161ac48937e5d725282a1.tar.xz
kernel-a92862ed1def7c59fb1161ac48937e5d725282a1.zip
Linux v4.19-1676-g0d1b82cd8ac2
Diffstat (limited to 'arm-sdhci-esdhc-imx-fixes.patch')
-rw-r--r--arm-sdhci-esdhc-imx-fixes.patch6
1 files changed, 3 insertions, 3 deletions
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 */