|
@@ -1360,6 +1360,8 @@ static struct mmc_host_ops s3cmci_ops = {
|
|
static struct s3c24xx_mci_pdata s3cmci_def_pdata = {
|
|
static struct s3c24xx_mci_pdata s3cmci_def_pdata = {
|
|
/* This is currently here to avoid a number of if (host->pdata)
|
|
/* This is currently here to avoid a number of if (host->pdata)
|
|
* checks. Any zero fields to ensure reasonable defaults are picked. */
|
|
* checks. Any zero fields to ensure reasonable defaults are picked. */
|
|
|
|
+ .no_wprotect = 1,
|
|
|
|
+ .no_detect = 1,
|
|
};
|
|
};
|
|
|
|
|
|
#ifdef CONFIG_CPU_FREQ
|
|
#ifdef CONFIG_CPU_FREQ
|