[U-Boot] [PATCH 4/6] mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xx

Nikita Kiryanov nikita at compulab.co.il
Thu Jul 30 22:56:21 CEST 2015


Enable 8bit interface on HSMMC2 for am43xx to support 8bit eMMC chips.

Cc: Pantelis Antoniou <panto at antoniou-consulting.com>
Cc: Igor Grinberg <grinberg at compulab.co.il>
Cc: Albert Aribaud <albert.u.boot at aribaud.net>
Signed-off-by: Nikita Kiryanov <nikita at compulab.co.il>
---
 drivers/mmc/omap_hsmmc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c
index d31695e..d7b388f 100644
--- a/drivers/mmc/omap_hsmmc.c
+++ b/drivers/mmc/omap_hsmmc.c
@@ -661,8 +661,8 @@ int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max, int cd_gpio,
 	case 1:
 		priv_data->base_addr = (struct hsmmc *)OMAP_HSMMC2_BASE;
 #if (defined(CONFIG_OMAP44XX) || defined(CONFIG_OMAP54XX) || \
-     defined(CONFIG_DRA7XX) || defined(CONFIG_AM57XX)) && \
-		defined(CONFIG_HSMMC2_8BIT)
+	defined(CONFIG_DRA7XX) || defined(CONFIG_AM57XX) || \
+	defined(CONFIG_AM43XX)) && defined(CONFIG_HSMMC2_8BIT)
 		/* Enable 8-bit interface for eMMC on OMAP4/5 or DRA7XX */
 		host_caps_val |= MMC_MODE_8BIT;
 #endif
-- 
1.9.1



More information about the U-Boot mailing list