aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/mmc-twl4030.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/mmc-twl4030.c')
-rw-r--r--arch/arm/mach-omap2/mmc-twl4030.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/mmc-twl4030.c b/arch/arm/mach-omap2/mmc-twl4030.c
index 30d028627c5b..56f07f26f753 100644
--- a/arch/arm/mach-omap2/mmc-twl4030.c
+++ b/arch/arm/mach-omap2/mmc-twl4030.c
@@ -415,6 +415,9 @@ void __init twl4030_mmc_init(struct twl4030_hsmmc_info *controllers)
415 } else 415 } else
416 mmc->slots[0].gpio_wp = -EINVAL; 416 mmc->slots[0].gpio_wp = -EINVAL;
417 417
418 if (c->nonremovable)
419 mmc->slots[0].nonremovable = 1;
420
418 /* NOTE: MMC slots should have a Vcc regulator set up. 421 /* NOTE: MMC slots should have a Vcc regulator set up.
419 * This may be from a TWL4030-family chip, another 422 * This may be from a TWL4030-family chip, another
420 * controllable regulator, or a fixed supply. 423 * controllable regulator, or a fixed supply.