mmc: zynq_sdhci: Extend UHS timings till hs200

Fix the condition to set UHS timings for speeds upto HS200.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
Ashok Reddy Soma 2020-10-23 04:59:03 -06:00 committed by Michal Simek
parent 2e819a77b9
commit d3d880b41a
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ static void arasan_sdhci_set_control_reg(struct sdhci_host *host)
}
if (mmc->selected_mode > SD_HS &&
mmc->selected_mode <= UHS_DDR50)
mmc->selected_mode <= MMC_HS_200)
sdhci_set_uhs_timing(host);
}