diff options
-rw-r--r-- | arch/arm/mach-mx6/board-wand.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/board-wand.c b/arch/arm/mach-mx6/board-wand.c index e01b54f61185..276c79db7ec8 100644 --- a/arch/arm/mach-mx6/board-wand.c +++ b/arch/arm/mach-mx6/board-wand.c @@ -190,12 +190,18 @@ static const struct esdhc_platform_data wand_sd_data[3] = { .wp_gpio =-EINVAL, .keep_power_at_suspend = 1, .support_8bit = 0, + .delay_line = 0, .platform_pad_change = wand_sd_speed_change, + .cd_type = ESDHC_CD_CONTROLLER, }, { .cd_gpio =-EINVAL, .wp_gpio =-EINVAL, .keep_power_at_suspend = 1, + .support_8bit = 0, + .delay_line = 0, .platform_pad_change = wand_sd_speed_change, + .always_present = 1, + .cd_type = ESDHC_CD_PERMANENT, }, { .cd_gpio = WAND_SD3_CD, .wp_gpio = WAND_SD3_WP, @@ -203,6 +209,7 @@ static const struct esdhc_platform_data wand_sd_data[3] = { .support_8bit = 0, .delay_line = 0, .platform_pad_change = wand_sd_speed_change, + .cd_type = ESDHC_CD_CONTROLLER, } }; |