@@ -26,6 +26,10 @@ enum {
AUDIO_DMAC_SLAVE_SSI8_RX,
AUDIO_DMAC_SLAVE_SSI9_TX,
AUDIO_DMAC_SLAVE_SSI9_RX,
+ SYS_DMAC_SLAVE_MMCIF0_TX,
+ SYS_DMAC_SLAVE_MMCIF0_RX,
+ SYS_DMAC_SLAVE_MMCIF1_TX,
+ SYS_DMAC_SLAVE_MMCIF1_RX,
};
void r8a7790_add_standard_devices(void);
@@ -55,6 +55,8 @@
}
static const struct sh_dmae_slave_config r8a7790_sys_dmac_slaves[] = {
+ SYS_DMAC_SLAVE(MMCIF0, 32, 0xee200000, 0x34, 0x34, 0xd1, 0xd2),
+ SYS_DMAC_SLAVE(MMCIF1, 32, 0xee220000, 0x34, 0x34, 0xe1, 0xe2),
};
static const struct sh_dmae_channel r8a7790_sys_dmac_channels[] = {