|
@@ -142,6 +142,8 @@ static struct regulator_consumer_supply fixed3v3_power_consumers[] =
|
|
/* MMCIF */
|
|
/* MMCIF */
|
|
static struct sh_mmcif_plat_data mmcif1_pdata __initdata = {
|
|
static struct sh_mmcif_plat_data mmcif1_pdata __initdata = {
|
|
.caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
|
|
.caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
|
|
|
|
+ .clk_ctrl2_present = true,
|
|
|
|
+ .ccs_unsupported = true,
|
|
};
|
|
};
|
|
|
|
|
|
static struct resource mmcif1_resources[] __initdata = {
|
|
static struct resource mmcif1_resources[] __initdata = {
|