diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 2 |
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 = { | |||
874 | .name = "asoc-simple-card", | 874 | .name = "asoc-simple-card", |
875 | .dev = { | 875 | .dev = { |
876 | .platform_data = &fsi_da7210_info, | 876 | .platform_data = &fsi_da7210_info, |
877 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
878 | .dma_mask = &fsi_da7210_device.dev.coherent_dma_mask, | ||
877 | }, | 879 | }, |
878 | }; | 880 | }; |
879 | 881 | ||