Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05a5f01c authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Paul Mundt
Browse files

ARM: mach-shmobile: add coherent DMA mask to CEU camera devices



Cameras are currently broken on ARM sh-mobile platforms. They need a
suitable coherent DMA mask.

Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 1fbdfcde
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -924,6 +924,7 @@ static struct platform_device ceu_device = {
	.resource	= ceu_resources,
	.dev	= {
		.platform_data		= &sh_mobile_ceu_info,
		.coherent_dma_mask	= 0xffffffff,
	},
};

+2 −1
Original line number Diff line number Diff line
@@ -922,6 +922,7 @@ static struct platform_device ceu_device = {
	.resource	= ceu_resources,
	.dev		= {
		.platform_data		= &sh_mobile_ceu_info,
		.coherent_dma_mask	= 0xffffffff,
	},
};