|
@@ -21,6 +21,7 @@
|
|
|
#include <linux/gpio.h>
|
|
|
#include <linux/leds.h>
|
|
|
#include <linux/delay.h>
|
|
|
+#include <linux/mmc/host.h>
|
|
|
#include <linux/regulator/machine.h>
|
|
|
#include <linux/regulator/fixed.h>
|
|
|
#include <linux/pwm_backlight.h>
|
|
@@ -697,6 +698,7 @@ static struct s3c_sdhci_platdata crag6410_hsmmc0_pdata = {
|
|
|
.max_width = 4,
|
|
|
.cd_type = S3C_SDHCI_CD_INTERNAL,
|
|
|
.cfg_gpio = crag6410_cfg_sdhci0,
|
|
|
+ .host_caps = MMC_CAP_POWER_OFF_CARD,
|
|
|
};
|
|
|
|
|
|
static const struct gpio_led gpio_leds[] = {
|