Skip to content

Commit 5cfc828

Browse files
hehuaneswincomputingstorulf
authored andcommitted
mmc: sdhci-of-dwcmshc: Fix DMA 128MB boundary for Eswin EIC7700
This DWC MSHC has a 128MB limitation where the data buffer size and start address must not exceed the 128MB boundary. Registering the missing 'adma_write_desc' callback function. Signed-off-by: Huan He <hehuan1@eswincomputing.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Fixes: 32b2633 ("mmc: sdhci-of-dwcmshc: Add support for Eswin EIC7700") Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent fd9809e commit 5cfc828

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mmc/host/sdhci-of-dwcmshc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,6 +1739,7 @@ static const struct sdhci_ops sdhci_dwcmshc_eic7700_ops = {
17391739
.set_uhs_signaling = sdhci_eic7700_set_uhs_wrapper,
17401740
.set_power = sdhci_set_power_and_bus_voltage,
17411741
.irq = dwcmshc_cqe_irq_handler,
1742+
.adma_write_desc = dwcmshc_adma_write_desc,
17421743
.platform_execute_tuning = sdhci_eic7700_executing_tuning,
17431744
};
17441745

0 commit comments

Comments
 (0)