projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e819a7
)
mmc: zynq_sdhci: Extend UHS timings till hs200
author
Ashok Reddy Soma
<ashok.reddy.soma@xilinx.com>
Fri, 23 Oct 2020 10:59:03 +0000
(
04:59
-0600)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 29 Oct 2020 07:55:33 +0000
(08:55 +0100)
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>
drivers/mmc/zynq_sdhci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/zynq_sdhci.c
b/drivers/mmc/zynq_sdhci.c
index
d55ba74
..
147ecc0
100644
(file)
--- a/
drivers/mmc/zynq_sdhci.c
+++ b/
drivers/mmc/zynq_sdhci.c
@@
-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_DDR5
0)
+ mmc->selected_mode <=
MMC_HS_20
0)
sdhci_set_uhs_timing(host);
}