X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2Fmach-shmobile%2Fboard-ap4evb.c;h=5b7edadf46475e72b63c58d9f7196c1d378451bd;hb=83f89ca755c9f783b8229d968c4e9d2c660ca427;hp=7e90d064ebcb07378dc63ad580ba4ed61cc0a032;hpb=d033e078566faed8c8f59baf97ee57ce2524ef5c;p=pandora-kernel.git 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 @@ #include #include #include +#include #include #include @@ -1171,6 +1172,8 @@ static struct map_desc ap4evb_io_desc[] __initdata = { static void __init ap4evb_map_io(void) { iotable_init(ap4evb_io_desc, ARRAY_SIZE(ap4evb_io_desc)); + /* DMA memory at 0xf6000000 - 0xffdfffff */ + init_consistent_dma_size(158 << 20); /* setup early devices and console here as well */ sh7372_add_early_devices();