mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 18:11:20 +00:00
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: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
1fbdfcdeac
commit
05a5f01c68
2 changed files with 4 additions and 2 deletions
|
@ -924,6 +924,7 @@ static struct platform_device ceu_device = {
|
||||||
.resource = ceu_resources,
|
.resource = ceu_resources,
|
||||||
.dev = {
|
.dev = {
|
||||||
.platform_data = &sh_mobile_ceu_info,
|
.platform_data = &sh_mobile_ceu_info,
|
||||||
|
.coherent_dma_mask = 0xffffffff,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -922,6 +922,7 @@ static struct platform_device ceu_device = {
|
||||||
.resource = ceu_resources,
|
.resource = ceu_resources,
|
||||||
.dev = {
|
.dev = {
|
||||||
.platform_data = &sh_mobile_ceu_info,
|
.platform_data = &sh_mobile_ceu_info,
|
||||||
|
.coherent_dma_mask = 0xffffffff,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue