Commit f827cb0a authored by Russell King's avatar Russell King

[ARM] Provide coherent_dma_mask for PXA MCI device.

parent 9f6ea354
...@@ -104,6 +104,7 @@ static struct platform_device pxamci_device = { ...@@ -104,6 +104,7 @@ static struct platform_device pxamci_device = {
.id = 0, .id = 0,
.dev = { .dev = {
.dma_mask = &pxamci_dmamask, .dma_mask = &pxamci_dmamask,
.coherent_dma_mask = 0xffffffff,
}, },
.num_resources = ARRAY_SIZE(pxamci_resources), .num_resources = ARRAY_SIZE(pxamci_resources),
.resource = pxamci_resources, .resource = pxamci_resources,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment