summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-07-30 19:47:22 +0100
committerMark Brown <broonie@linaro.org>2014-07-30 19:47:22 +0100
commit6a42ff9eeeef07e10e0b0af4fb9aada0bd1e57f1 (patch)
tree7c590b93594be19fd6fe16c2346495533ffbdf15 /arch/sh
parentda66a752353c294c06bdaa988d20b948dbb23632 (diff)
parentb8c637864a6904a9ba8e0df556d5bdf9f26b2c54 (diff)
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/boards/mach-ecovec24/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c
index 85d5255d259f..0d3049244cd3 100644
--- a/arch/sh/boards/mach-ecovec24/setup.c
+++ b/arch/sh/boards/mach-ecovec24/setup.c
@@ -874,6 +874,8 @@ static struct platform_device fsi_da7210_device = {
.name = "asoc-simple-card",
.dev = {
.platform_data = &fsi_da7210_info,
+ .coherent_dma_mask = DMA_BIT_MASK(32),
+ .dma_mask = &fsi_da7210_device.dev.coherent_dma_mask,
},
};