We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0c9b5 commit 68f2515Copy full SHA for 68f2515
arch/arm/mach-davinci/devices-da8xx.c
@@ -687,6 +687,9 @@ static struct platform_device da8xx_lcdc_device = {
687
.id = 0,
688
.num_resources = ARRAY_SIZE(da8xx_lcdc_resources),
689
.resource = da8xx_lcdc_resources,
690
+ .dev = {
691
+ .coherent_dma_mask = DMA_BIT_MASK(32),
692
+ }
693
};
694
695
int __init da8xx_register_lcdc(struct da8xx_lcdc_platform_data *pdata)
0 commit comments