ARM: davinci: da8xx: specify dma_coherent_mask for lcdc
[linux-2.6-block.git] / arch / arm / mach-davinci / devices-da8xx.c
index 036139fe0d0f5e2b0c7d67d63af0a4982c0e3d48..5af2714670434df9f7b7f7d401f53835613b361f 100644 (file)
@@ -687,6 +687,9 @@ static struct platform_device da8xx_lcdc_device = {
        .id             = 0,
        .num_resources  = ARRAY_SIZE(da8xx_lcdc_resources),
        .resource       = da8xx_lcdc_resources,
+       .dev            = {
+               .coherent_dma_mask      = DMA_BIT_MASK(32),
+       }
 };
 
 int __init da8xx_register_lcdc(struct da8xx_lcdc_platform_data *pdata)