public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: "Radek (Mrkva) Pilař" <mrkva@mrkva.eu>
To: linux-omap@vger.kernel.org
Subject: [PATCH 1/2] OMAP3 Touchbook: Fix MMC caps
Date: Thu, 24 Feb 2011 18:59:01 +0100	[thread overview]
Message-ID: <44de2f4c8b17d38df1d25b7236223247@localhost> (raw)

MMC controller cannot handle MMC_CAP_4_BIT_DATA nor MMC_CAP_8_BIT_DATA 
- the card won't be detected (tested with two SDHC cards, both Class6). 
Thus disabling.

Signed-off-by: Radek Pilar <mrkva@mrkva.eu>
---
 arch/arm/mach-omap2/board-omap3touchbook.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c 
b/arch/arm/mach-omap2/board-omap3touchbook.c
index 6a60f79..e65a32d 100644
--- a/arch/arm/mach-omap2/board-omap3touchbook.c
+++ b/arch/arm/mach-omap2/board-omap3touchbook.c
@@ -109,7 +109,6 @@ static struct omap_nand_platform_data 
omap3touchbook_nand_data = {
 static struct omap2_hsmmc_info mmc[] = {
 	{
 		.mmc		= 1,
-		.caps		= MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
 		.gpio_wp	= 29,
 	},
 	{}	/* Terminator */
--
1.7.4.1


             reply	other threads:[~2011-02-24 18:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-24 17:59 Radek (Mrkva) Pilař [this message]
2011-02-24 19:34 ` [PATCH 1/2] OMAP3 Touchbook: Fix MMC caps Tony Lindgren
2011-02-24 20:09   ` Radek (Mrkva) Pilař

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44de2f4c8b17d38df1d25b7236223247@localhost \
    --to=mrkva@mrkva.eu \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox