1
0
Fork 0

ARM: shmobile: mackerel: enable DMAEngine on USB Host

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
hifive-unleashed-5.1
Kuninori Morimoto 2012-11-07 19:09:01 -08:00 committed by Simon Horman
parent ac7c4ea037
commit c8c3243c75
1 changed files with 2 additions and 0 deletions

View File

@ -816,6 +816,8 @@ static struct platform_device usbhs1_device = {
.id = 1,
.dev = {
.platform_data = &usbhs1_private.info,
.dma_mask = &usbhs1_device.dev.coherent_dma_mask,
.coherent_dma_mask = DMA_BIT_MASK(32),
},
.num_resources = ARRAY_SIZE(usbhs1_resources),
.resource = usbhs1_resources,