linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmc: sdhci-esdhc-imx: add HS400 support for i.MX6SLL
@ 2020-05-15  7:28 haibo.chen
  2020-05-17 13:13 ` Adrian Hunter
  2020-05-18 11:23 ` Ulf Hansson
  0 siblings, 2 replies; 3+ messages in thread
From: haibo.chen @ 2020-05-15  7:28 UTC (permalink / raw)
  To: adrian.hunter, ulf.hansson, shawnguo, s.hauer, linux-mmc
  Cc: kernel, festevam, linux-imx

From: Haibo Chen <haibo.chen@nxp.com>

i.MX6SLL support MMC up to V5.0, which means support HS400 mode.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
---
 drivers/mmc/host/sdhci-esdhc-imx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c
index 38cd83118082..d770cb0bf78b 100644
--- a/drivers/mmc/host/sdhci-esdhc-imx.c
+++ b/drivers/mmc/host/sdhci-esdhc-imx.c
@@ -215,6 +215,7 @@ static const struct esdhc_soc_data usdhc_imx6sl_data = {
 static const struct esdhc_soc_data usdhc_imx6sll_data = {
 	.flags = ESDHC_FLAG_USDHC | ESDHC_FLAG_STD_TUNING
 			| ESDHC_FLAG_HAVE_CAP1 | ESDHC_FLAG_HS200
+			| ESDHC_FLAG_HS400
 			| ESDHC_FLAG_STATE_LOST_IN_LPMODE,
 };
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-18 11:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-15  7:28 [PATCH] mmc: sdhci-esdhc-imx: add HS400 support for i.MX6SLL haibo.chen
2020-05-17 13:13 ` Adrian Hunter
2020-05-18 11:23 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).