提交 621f96bc 编写于 作者: A Alejandro Mery 提交者: Sekhar Nori

ARM: davinci: Add dma_mask to dm365's eDMA device

Add dma_mask to dm365's EDMA device.

Without a valid dma_mask, EDMA on DM365 refuses to
probe.

Fixes: cef5b0da ("ARM: davinci: Add dma_mask to eDMA devices")
Reviewed-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: NAlejandro Mery <amery@hanoverdisplays.com>
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 b638823a
......@@ -928,6 +928,7 @@ static struct resource edma_resources[] = {
static const struct platform_device_info dm365_edma_device __initconst = {
.name = "edma",
.id = 0,
.dma_mask = DMA_BIT_MASK(32),
.res = edma_resources,
.num_res = ARRAY_SIZE(edma_resources),
.data = &dm365_edma_pdata,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册