summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-s3c24xx/mach-mini2440.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-mini2440.c b/arch/arm/mach-s3c24xx/mach-mini2440.c
index 418fdb4aa292..9f830abe701c 100644
--- a/arch/arm/mach-s3c24xx/mach-mini2440.c
+++ b/arch/arm/mach-s3c24xx/mach-mini2440.c
@@ -236,6 +236,7 @@ static struct s3c2410fb_mach_info mini2440_fb_info __initdata = {
236static struct s3c24xx_mci_pdata mini2440_mmc_cfg __initdata = { 236static struct s3c24xx_mci_pdata mini2440_mmc_cfg __initdata = {
237 .gpio_detect = S3C2410_GPG(8), 237 .gpio_detect = S3C2410_GPG(8),
238 .gpio_wprotect = S3C2410_GPH(8), 238 .gpio_wprotect = S3C2410_GPH(8),
239 .wprotect_invert = 1,
239 .set_power = NULL, 240 .set_power = NULL,
240 .ocr_avail = MMC_VDD_32_33|MMC_VDD_33_34, 241 .ocr_avail = MMC_VDD_32_33|MMC_VDD_33_34,
241}; 242};