diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mmc.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/mmc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/mmc.h b/arch/arm/plat-omap/include/plat/mmc.h index 8b23d32895f1..b46394955f37 100644 --- a/arch/arm/plat-omap/include/plat/mmc.h +++ b/arch/arm/plat-omap/include/plat/mmc.h | |||
@@ -96,6 +96,9 @@ struct omap_mmc_platform_data { | |||
96 | /* Try to sleep or power off when possible */ | 96 | /* Try to sleep or power off when possible */ |
97 | unsigned power_saving:1; | 97 | unsigned power_saving:1; |
98 | 98 | ||
99 | /* If using power_saving and the MMC power is not to go off */ | ||
100 | unsigned no_off:1; | ||
101 | |||
99 | int switch_pin; /* gpio (card detect) */ | 102 | int switch_pin; /* gpio (card detect) */ |
100 | int gpio_wp; /* gpio (write protect) */ | 103 | int gpio_wp; /* gpio (write protect) */ |
101 | 104 | ||