summaryrefslogtreecommitdiffstats
path: root/arm-sdhci-esdhc-imx-fixes.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-01-02 09:33:10 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-01-02 09:33:10 -0600
commit3220c13b711f8850aecdafaba308ac709b80b528 (patch)
treed29e1347720f57475181ea3353a305694e417cfc /arm-sdhci-esdhc-imx-fixes.patch
parentf3a713bb2560a9007267d4878d32dc25dfa3f9f2 (diff)
downloadkernel-3220c13b711f8850aecdafaba308ac709b80b528.tar.gz
kernel-3220c13b711f8850aecdafaba308ac709b80b528.tar.xz
kernel-3220c13b711f8850aecdafaba308ac709b80b528.zip
Linux v4.20.0
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 */