public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support
@ 2013-08-01 14:21 Marek Vasut
  2013-08-01 14:27 ` Otavio Salvador
  2013-08-23 13:45 ` Marek Vasut
  0 siblings, 2 replies; 8+ messages in thread
From: Marek Vasut @ 2013-08-01 14:21 UTC (permalink / raw)
  To: u-boot

From: Amaury Pouly <amaury.pouly@gmail.com>

Enable support for high-capacity eMMC and MMC cards. The MXS MMC
driver has no problem with those.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
Cc: Andy Fleming <afleming@freescale.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
---
 drivers/mmc/mxsmmc.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
index e5a5d75..245f9d0 100644
--- a/drivers/mmc/mxsmmc.c
+++ b/drivers/mmc/mxsmmc.c
@@ -410,7 +410,8 @@ int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int), int (*cd)(int))
 	mmc->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
 
 	mmc->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT |
-			 MMC_MODE_HS_52MHz | MMC_MODE_HS;
+			 MMC_MODE_HS_52MHz | MMC_MODE_HS |
+			 MMC_MODE_HC;
 
 	/*
 	 * SSPCLK = 480 * 18 / 29 / 1 = 297.731 MHz
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support
@ 2013-08-01 11:54 Marek Vasut
  2013-08-01 13:02 ` Fabio Estevam
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2013-08-01 11:54 UTC (permalink / raw)
  To: u-boot

Enable support for high-capacity eMMC and MMC cards. The MXS MMC
driver has no problem with those.

From: Amaury Pouly <amaury.pouly@gmail.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
Cc: Andy Fleming <afleming@freescale.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
---
 drivers/mmc/mxsmmc.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/mmc/mxsmmc.c b/drivers/mmc/mxsmmc.c
index e5a5d75..245f9d0 100644
--- a/drivers/mmc/mxsmmc.c
+++ b/drivers/mmc/mxsmmc.c
@@ -410,7 +410,8 @@ int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int), int (*cd)(int))
 	mmc->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
 
 	mmc->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT |
-			 MMC_MODE_HS_52MHz | MMC_MODE_HS;
+			 MMC_MODE_HS_52MHz | MMC_MODE_HS |
+			 MMC_MODE_HC;
 
 	/*
 	 * SSPCLK = 480 * 18 / 29 / 1 = 297.731 MHz
-- 
1.7.10.4

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

end of thread, other threads:[~2013-08-23 14:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01 14:21 [U-Boot] [PATCH] mmc: mxsmmc: Enable MMC HC support Marek Vasut
2013-08-01 14:27 ` Otavio Salvador
2013-08-23 13:45 ` Marek Vasut
2013-08-23 13:54   ` Stefano Babic
2013-08-23 13:58     ` Marek Vasut
2013-08-23 14:09       ` Stefano Babic
  -- strict thread matches above, loose matches on Subject: below --
2013-08-01 11:54 Marek Vasut
2013-08-01 13:02 ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox