diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 7e90d064ebcb..5b7edadf4647 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #include <linux/input/sh_keysc.h> | 43 | #include <linux/input/sh_keysc.h> |
44 | #include <linux/usb/r8a66597.h> | 44 | #include <linux/usb/r8a66597.h> |
45 | #include <linux/pm_clock.h> | 45 | #include <linux/pm_clock.h> |
46 | #include <linux/dma-mapping.h> | ||
46 | 47 | ||
47 | #include <media/sh_mobile_ceu.h> | 48 | #include <media/sh_mobile_ceu.h> |
48 | #include <media/sh_mobile_csi2.h> | 49 | #include <media/sh_mobile_csi2.h> |
@@ -1171,6 +1172,8 @@ static struct map_desc ap4evb_io_desc[] __initdata = { | |||
1171 | static void __init ap4evb_map_io(void) | 1172 | static void __init ap4evb_map_io(void) |
1172 | { | 1173 | { |
1173 | iotable_init(ap4evb_io_desc, ARRAY_SIZE(ap4evb_io_desc)); | 1174 | iotable_init(ap4evb_io_desc, ARRAY_SIZE(ap4evb_io_desc)); |
1175 | /* DMA memory at 0xf6000000 - 0xffdfffff */ | ||
1176 | init_consistent_dma_size(158 << 20); | ||
1174 | 1177 | ||
1175 | /* setup early devices and console here as well */ | 1178 | /* setup early devices and console here as well */ |
1176 | sh7372_add_early_devices(); | 1179 | sh7372_add_early_devices(); |