diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-kzm9g.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9g.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c index f94ec8ca42c1..f8bc7f8f86ad 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c | |||
@@ -41,16 +41,18 @@ | |||
41 | #include <linux/usb/r8a66597.h> | 41 | #include <linux/usb/r8a66597.h> |
42 | #include <linux/usb/renesas_usbhs.h> | 42 | #include <linux/usb/renesas_usbhs.h> |
43 | #include <linux/videodev2.h> | 43 | #include <linux/videodev2.h> |
44 | |||
44 | #include <sound/sh_fsi.h> | 45 | #include <sound/sh_fsi.h> |
45 | #include <sound/simple_card.h> | 46 | #include <sound/simple_card.h> |
46 | #include <mach/irqs.h> | ||
47 | #include <mach/sh73a0.h> | ||
48 | #include <mach/common.h> | ||
49 | #include <asm/hardware/cache-l2x0.h> | 47 | #include <asm/hardware/cache-l2x0.h> |
50 | #include <asm/mach-types.h> | 48 | #include <asm/mach-types.h> |
51 | #include <asm/mach/arch.h> | 49 | #include <asm/mach/arch.h> |
52 | #include <video/sh_mobile_lcdc.h> | 50 | #include <video/sh_mobile_lcdc.h> |
53 | 51 | ||
52 | #include "common.h" | ||
53 | #include "irqs.h" | ||
54 | #include "sh73a0.h" | ||
55 | |||
54 | /* | 56 | /* |
55 | * external GPIO | 57 | * external GPIO |
56 | */ | 58 | */ |
@@ -603,6 +605,8 @@ static struct platform_device fsi_ak4648_device = { | |||
603 | .name = "asoc-simple-card", | 605 | .name = "asoc-simple-card", |
604 | .dev = { | 606 | .dev = { |
605 | .platform_data = &fsi2_ak4648_info, | 607 | .platform_data = &fsi2_ak4648_info, |
608 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
609 | .dma_mask = &fsi_ak4648_device.dev.coherent_dma_mask, | ||
606 | }, | 610 | }, |
607 | }; | 611 | }; |
608 | 612 | ||