|
@@ -343,6 +343,8 @@ static struct resource sh_mmcif_resources[] = {
|
|
|
static struct sh_mmcif_plat_data sh_mmcif_platdata = {
|
|
|
.ocr = MMC_VDD_165_195,
|
|
|
.caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
|
|
|
+ .slave_id_tx = SHDMA_SLAVE_MMCIF_TX,
|
|
|
+ .slave_id_rx = SHDMA_SLAVE_MMCIF_RX,
|
|
|
};
|
|
|
|
|
|
static struct platform_device mmc_device = {
|