hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/mmc/host/sdhci-msm.c
....@@ -2488,6 +2488,9 @@
24882488 msm_host->ddr_config = DDR_CONFIG_POR_VAL;
24892489
24902490 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;
24912494 }
24922495
24932496 static int sdhci_msm_gcc_reset(struct device *dev, struct sdhci_host *host)