diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-11-07 22:09:01 -0500 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-11-08 03:52:04 -0500 |
commit | c8c3243c7594858da9a8f51672984f79cd1585d3 (patch) | |
tree | 34e60b6ea3be2deef608c3a8c3a705a4af2a8755 /arch/arm | |
parent | ac7c4ea037e376a89a37f4f8f9e315cdff364648 (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index f274252e4705..d5fe365cb870 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -816,6 +816,8 @@ static struct platform_device usbhs1_device = { | |||
816 | .id = 1, | 816 | .id = 1, |
817 | .dev = { | 817 | .dev = { |
818 | .platform_data = &usbhs1_private.info, | 818 | .platform_data = &usbhs1_private.info, |
819 | .dma_mask = &usbhs1_device.dev.coherent_dma_mask, | ||
820 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
819 | }, | 821 | }, |
820 | .num_resources = ARRAY_SIZE(usbhs1_resources), | 822 | .num_resources = ARRAY_SIZE(usbhs1_resources), |
821 | .resource = usbhs1_resources, | 823 | .resource = usbhs1_resources, |