diff options
Diffstat (limited to 'arch/arm/mach-omap2/hsmmc.c')
-rw-r--r-- | arch/arm/mach-omap2/hsmmc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/hsmmc.c b/arch/arm/mach-omap2/hsmmc.c index 4a05c3722d54..e4ab123cd4d0 100644 --- a/arch/arm/mach-omap2/hsmmc.c +++ b/arch/arm/mach-omap2/hsmmc.c | |||
@@ -202,6 +202,9 @@ void __init omap2_hsmmc_init(struct omap2_hsmmc_info *controllers) | |||
202 | if (c->power_saving) | 202 | if (c->power_saving) |
203 | mmc->slots[0].power_saving = 1; | 203 | mmc->slots[0].power_saving = 1; |
204 | 204 | ||
205 | if (c->no_off) | ||
206 | mmc->slots[0].no_off = 1; | ||
207 | |||
205 | /* NOTE: MMC slots should have a Vcc regulator set up. | 208 | /* NOTE: MMC slots should have a Vcc regulator set up. |
206 | * This may be from a TWL4030-family chip, another | 209 | * This may be from a TWL4030-family chip, another |
207 | * controllable regulator, or a fixed supply. | 210 | * controllable regulator, or a fixed supply. |