File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ static struct resource da850_edma1_resources[] = {
216216static const struct platform_device_info da8xx_edma0_device __initconst = {
217217 .name = "edma" ,
218218 .id = 0 ,
219+ .dma_mask = DMA_BIT_MASK (32 ),
219220 .res = da8xx_edma0_resources ,
220221 .num_res = ARRAY_SIZE (da8xx_edma0_resources ),
221222 .data = & da8xx_edma0_pdata ,
@@ -225,6 +226,7 @@ static const struct platform_device_info da8xx_edma0_device __initconst = {
225226static const struct platform_device_info da850_edma1_device __initconst = {
226227 .name = "edma" ,
227228 .id = 1 ,
229+ .dma_mask = DMA_BIT_MASK (32 ),
228230 .res = da850_edma1_resources ,
229231 .num_res = ARRAY_SIZE (da850_edma1_resources ),
230232 .data = & da850_edma1_pdata ,
Original file line number Diff line number Diff line change @@ -616,6 +616,7 @@ static struct resource edma_resources[] = {
616616static const struct platform_device_info dm355_edma_device __initconst = {
617617 .name = "edma" ,
618618 .id = 0 ,
619+ .dma_mask = DMA_BIT_MASK (32 ),
619620 .res = edma_resources ,
620621 .num_res = ARRAY_SIZE (edma_resources ),
621622 .data = & dm355_edma_pdata ,
Original file line number Diff line number Diff line change @@ -545,6 +545,7 @@ static struct resource edma_resources[] = {
545545static const struct platform_device_info dm644x_edma_device __initconst = {
546546 .name = "edma" ,
547547 .id = 0 ,
548+ .dma_mask = DMA_BIT_MASK (32 ),
548549 .res = edma_resources ,
549550 .num_res = ARRAY_SIZE (edma_resources ),
550551 .data = & dm644x_edma_pdata ,
Original file line number Diff line number Diff line change @@ -592,6 +592,7 @@ static struct resource edma_resources[] = {
592592static const struct platform_device_info dm646x_edma_device __initconst = {
593593 .name = "edma" ,
594594 .id = 0 ,
595+ .dma_mask = DMA_BIT_MASK (32 ),
595596 .res = edma_resources ,
596597 .num_res = ARRAY_SIZE (edma_resources ),
597598 .data = & dm646x_edma_pdata ,
You can’t perform that action at this time.
0 commit comments