]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx
authorLubomir Popov <lpopov@mm-sol.com>
Wed, 14 Aug 2013 15:59:18 +0000 (18:59 +0300)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Tue, 17 Sep 2013 17:03:44 +0000 (20:03 +0300)
commit152ba36362377bd1a7c99e7e50cf53b5a8851e5c
treed86eb6d1f3cc205fc75a8fb093bb6e03aa939c17
parent61a6cc27bce36ce2c27a8e4970796caa653c8529
ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx

Enable 8-bit host capability for HSMMC2 and/or HSMMC3. CONFIG_HSMMC2_8BIT
(for OMAP4/5/DRA7xx) and/or CONFIG_HSMMC3_8BIT (for DRA7xx only) must be
defined in the board header if an 8-bit eMMC device is connected to the
corresponding port.

Fix the "No status update" error that appeared for eMMC devices by
inserting a 20 us delay between writing arguments and command. This
solution has been proposed by Michael Cashwell <mboards@prograde.net>.

A minor cosmetic fix in a comment as well.

Signed-off-by: Lubomir Popov <lpopov@mm-sol.com>
drivers/mmc/omap_hsmmc.c