Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 451df7d1 authored by Alejandro Mery's avatar Alejandro Mery Committed by Sekhar Nori
Browse files

ARM: davinci: fix mmc entries in dm365's dma_slave_map



fix mmc entries in dm365's dma_slave_map to match the actual device names

Fixes: 0c750e1f ("ARM: davinci: dm365: Add dma_slave_map to edma")
Signed-off-by: default avatarAlejandro Mery <amery@hanoverdisplays.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent c5a88cd2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -868,10 +868,10 @@ static const struct dma_slave_map dm365_edma_map[] = {
	{ "spi_davinci.0", "rx", EDMA_FILTER_PARAM(0, 17) },
	{ "spi_davinci.3", "tx", EDMA_FILTER_PARAM(0, 18) },
	{ "spi_davinci.3", "rx", EDMA_FILTER_PARAM(0, 19) },
	{ "dm6441-mmc.0", "rx", EDMA_FILTER_PARAM(0, 26) },
	{ "dm6441-mmc.0", "tx", EDMA_FILTER_PARAM(0, 27) },
	{ "dm6441-mmc.1", "rx", EDMA_FILTER_PARAM(0, 30) },
	{ "dm6441-mmc.1", "tx", EDMA_FILTER_PARAM(0, 31) },
	{ "da830-mmc.0", "rx", EDMA_FILTER_PARAM(0, 26) },
	{ "da830-mmc.0", "tx", EDMA_FILTER_PARAM(0, 27) },
	{ "da830-mmc.1", "rx", EDMA_FILTER_PARAM(0, 30) },
	{ "da830-mmc.1", "tx", EDMA_FILTER_PARAM(0, 31) },
};

static struct edma_soc_info dm365_edma_pdata = {