|
@@ -25,6 +25,7 @@
|
|
|
#include <linux/gpio_keys.h>
|
|
|
#include <linux/input.h>
|
|
|
#include <linux/gpio.h>
|
|
|
+#include <linux/mmc/host.h>
|
|
|
#include <linux/interrupt.h>
|
|
|
|
|
|
#include <asm/hardware/vic.h>
|
|
@@ -765,6 +766,7 @@ static void __init goni_pmic_init(void)
|
|
|
/* MoviNAND */
|
|
|
static struct s3c_sdhci_platdata goni_hsmmc0_data __initdata = {
|
|
|
.max_width = 4,
|
|
|
+ .host_caps2 = MMC_CAP2_BROKEN_VOLTAGE,
|
|
|
.cd_type = S3C_SDHCI_CD_PERMANENT,
|
|
|
};
|
|
|
|