summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/hsmmc.h
diff options
context:
space:
mode:
authorBalaji T K2011-05-30 16:25:34 +0200
committerTony Lindgren2011-06-01 11:25:04 +0200
commitb1c1df7a7d50bf94de89704e963467bc94b1fef9 (patch)
treebe95cd2ed5cc248ac22cb31f3e6da382b135f41f /arch/arm/mach-omap2/hsmmc.h
parentarm: omap2plus: fix ads7846 pendown gpio request (diff)
downloadkernel-qcow2-linux-b1c1df7a7d50bf94de89704e963467bc94b1fef9.tar.gz
kernel-qcow2-linux-b1c1df7a7d50bf94de89704e963467bc94b1fef9.tar.xz
kernel-qcow2-linux-b1c1df7a7d50bf94de89704e963467bc94b1fef9.zip
ARM: OMAP4: MMC: no regulator off during probe for eMMC
eMMC does not handle power off when not in sleep state, Skip regulator disable during probe when eMMC is not in known state - state left by bootloader. Resolves eMMC failure on OMAP4 mmc0: error -110 whilst initialising MMC card Signed-off-by: Balaji T K <balajitk@ti.com> Tested-by: Kishore Kadiyala <kishore.kadiyala@ti.com> Acked-by: Kishore Kadiyala <kishore.kadiyala@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/hsmmc.h')
-rw-r--r--arch/arm/mach-omap2/hsmmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/hsmmc.h b/arch/arm/mach-omap2/hsmmc.h
index f119348827d4..f757e78d4d4f 100644
--- a/arch/arm/mach-omap2/hsmmc.h
+++ b/arch/arm/mach-omap2/hsmmc.h
@@ -18,6 +18,7 @@ struct omap2_hsmmc_info {
bool nonremovable; /* Nonremovable e.g. eMMC */
bool power_saving; /* Try to sleep or power off when possible */
bool no_off; /* power_saving and power is not to go off */
+ bool no_off_init; /* no power off when not in MMC sleep state */
bool vcc_aux_disable_is_sleep; /* Regulator off remapped to sleep */
int gpio_cd; /* or -EINVAL */
int gpio_wp; /* or -EINVAL */