1 Apr 2010 02:25
[PATCH] Disable the non working eMMC on Zoom2/3
Madhusudhan Chikkature <madhu.cr <at> ti.com>
2010-04-01 00:25:42 GMT
2010-04-01 00:25:42 GMT
From: Madhusudhan Chikkature <madhu.cr <at> ti.com>
Date: Wed, 31 Mar 2010 12:29:19 -0400
Subject: [PATCH] Zoom2/3: Disable MMC2
The eMMC on Zoom2/3 seems to have a lower EXT_CSD Rev.This causes the
writes to fail since the card size is not detected correctly by the MMC
core. Disable the MMC2 support for Zoom2/3.
Signed-off-by: Madhusudhan Chikkature <madhu.cr <at> ti.com>
---
arch/arm/mach-omap2/board-zoom-peripherals.c | 30 --------------------------
1 files changed, 0 insertions(+), 30 deletions(-)
diff --git a/arch/arm/mach-omap2/board-zoom-peripherals.c
b/arch/arm/mach-omap2/board-zoom-peripherals.c
index 6b39849..ac791d2 100644
--- a/arch/arm/mach-omap2/board-zoom-peripherals.c
+++ b/arch/arm/mach-omap2/board-zoom-peripherals.c
<at> <at> -102,10 +102,6 <at> <at> static struct regulator_consumer_supply zoom_vsim_supply = {
.supply = "vmmc_aux",
};
-static struct regulator_consumer_supply zoom_vmmc2_supply = {
- .supply = "vmmc",
-};
-
/* VMMC1 for OMAP VDD_MMC1 (i/o) and MMC1 card */
static struct regulator_init_data zoom_vmmc1 = {
.constraints = {
<at> <at> -121,21 +117,6 <at> <at> static struct regulator_init_data zoom_vmmc1 = {
(Continue reading)
RSS Feed