projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602519b
)
mmc: sdhci-esdhc-imx: enable SDR50 tuning for imx6q/dl
author
Dong Aisheng
<b29396@freescale.com>
Fri, 18 Oct 2013 11:48:48 +0000
(19:48 +0800)
committer
Chris Ball
<chris@printf.net>
Mon, 21 Oct 2013 19:58:16 +0000
(15:58 -0400)
The imx6q/dl supports SDR50 tunning, enable it for a better timing
on SDR50 mode.
Signed-off-by: Dong Aisheng <b29396@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-esdhc-imx.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-esdhc-imx.c
b/drivers/mmc/host/sdhci-esdhc-imx.c
index 260a81fde18da2cc5d9bced3bfdce81ce5e6d729..1d1fcb2e9bf85d307a55e5d24c8810797526bd69 100644
(file)
--- a/
drivers/mmc/host/sdhci-esdhc-imx.c
+++ b/
drivers/mmc/host/sdhci-esdhc-imx.c
@@
-257,7
+257,8
@@
static u32 esdhc_readl_le(struct sdhci_host *host, int reg)
else
/* imx6q/dl does not have cap_1 register, fake one */
val = SDHCI_SUPPORT_DDR50 | SDHCI_SUPPORT_SDR104
- | SDHCI_SUPPORT_SDR50;
+ | SDHCI_SUPPORT_SDR50
+ | SDHCI_USE_SDR50_TUNING;
}
}