summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/cmdq_hci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/cmdq_hci.c b/drivers/mmc/host/cmdq_hci.c
index 458f83ac64d8..0e0a018f39be 100644
--- a/drivers/mmc/host/cmdq_hci.c
+++ b/drivers/mmc/host/cmdq_hci.c
@@ -408,6 +408,9 @@ static int cmdq_enable(struct mmc_host *mmc)
cq_host->enabled = true;
mmc_host_clr_cq_disable(mmc);
+ if (cq_host->ops->set_transfer_params)
+ cq_host->ops->set_transfer_params(mmc);
+
if (cq_host->ops->set_block_size)
cq_host->ops->set_block_size(cq_host->mmc);