kernel/drivers/mmc/host/sdhci-msm.c
.. .. @@ -2488,6 +2488,9 @@ 2488 2488 msm_host->ddr_config = DDR_CONFIG_POR_VAL; 2489 2489 2490 2490 of_property_read_u32(node, "qcom,dll-config", &msm_host->dll_config); 2491 +2492 + if (of_device_is_compatible(node, "qcom,msm8916-sdhci"))2493 + host->quirks2 |= SDHCI_QUIRK2_BROKEN_64_BIT_DMA;2491 2494 } 2492 2495 2493 2496 static int sdhci_msm_gcc_reset(struct device *dev, struct sdhci_host *host)