diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index cdb93734dd72..9f75dc2364c9 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -242,6 +242,7 @@ static struct omap2_hsmmc_info mmc[] = { | |||
242 | .gpio_cd = -EINVAL, | 242 | .gpio_cd = -EINVAL, |
243 | .gpio_wp = -EINVAL, | 243 | .gpio_wp = -EINVAL, |
244 | .nonremovable = true, | 244 | .nonremovable = true, |
245 | .ocr_mask = MMC_VDD_29_30, | ||
245 | }, | 246 | }, |
246 | {} /* Terminator */ | 247 | {} /* Terminator */ |
247 | }; | 248 | }; |