mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
mmc: sdhci-of-dwcmshc: add adma_write_desc support for rk platforms
Change-Id: I44226752d0ece413be622cd5f994782b6832f2eb Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -210,6 +210,7 @@ static const struct sdhci_ops sdhci_dwcmshc_rk_ops = {
|
||||
.set_uhs_signaling = dwcmshc_set_uhs_signaling,
|
||||
.get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
||||
.reset = sdhci_reset,
|
||||
.adma_write_desc = dwcmshc_adma_write_desc,
|
||||
};
|
||||
|
||||
static const struct sdhci_pltfm_data sdhci_dwcmshc_pdata = {
|
||||
|
||||
Reference in New Issue
Block a user