Merge branch 'fixes' into next

This commit is contained in:
Ulf Hansson 2021-12-21 13:04:51 +01:00
commit b59a8c9053

View file

@ -441,6 +441,8 @@ static int sdmmc_dlyb_phase_tuning(struct mmci_host *host, u32 opcode)
return -EINVAL;
}
writel_relaxed(0, dlyb->base + DLYB_CR);
phase = end_of_len - max_len / 2;
sdmmc_dlyb_set_cfgr(dlyb, dlyb->unit, phase, false);