|
@@ -216,6 +216,7 @@ static struct resource da850_edma1_resources[] = {
|
|
|
static const struct platform_device_info da8xx_edma0_device __initconst = {
|
|
|
.name = "edma",
|
|
|
.id = 0,
|
|
|
+ .dma_mask = DMA_BIT_MASK(32),
|
|
|
.res = da8xx_edma0_resources,
|
|
|
.num_res = ARRAY_SIZE(da8xx_edma0_resources),
|
|
|
.data = &da8xx_edma0_pdata,
|
|
@@ -225,6 +226,7 @@ static const struct platform_device_info da8xx_edma0_device __initconst = {
|
|
|
static const struct platform_device_info da850_edma1_device __initconst = {
|
|
|
.name = "edma",
|
|
|
.id = 1,
|
|
|
+ .dma_mask = DMA_BIT_MASK(32),
|
|
|
.res = da850_edma1_resources,
|
|
|
.num_res = ARRAY_SIZE(da850_edma1_resources),
|
|
|
.data = &da850_edma1_pdata,
|