ARM: mach-prima2: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
authorNicolas Pitre <nicolas.pitre@linaro.org>
Sat, 3 Sep 2011 01:05:10 +0000 (21:05 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Tue, 6 Sep 2011 21:25:54 +0000 (17:25 -0400)
Original comment:

  Restrict DMA-able region to workaround silicon limitation.
  The limitation restricts buffers available for DMA to SD/MMC
  hardware to be below 256MB.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/mach-prima2/include/mach/memory.h
arch/arm/mach-prima2/prima2.c

index 368cd5a0601a8ef7020caac926bd2a06cccc37b3..0d5ee6af8c54cdbffe0f3f6bf1d3a96661f92dca 100644 (file)
 
 #define PLAT_PHYS_OFFSET        UL(0x00000000)
 
-/*
- * Restrict DMA-able region to workaround silicon limitation.
- * The limitation restricts buffers available for DMA to SD/MMC
- * hardware to be below 256MB
- */
-#define ARM_DMA_ZONE_SIZE      (SZ_256M)
-
 #endif
index 5654a04319fdbded5c14aa1147903fac288b5485..ee33c3d458f5ba06794d0f240b24a564619a218e 100644 (file)
@@ -36,6 +36,7 @@ MACHINE_START(PRIMA2_EVB, "prima2cb")
        .map_io         = sirfsoc_map_lluart,
        .init_irq       = sirfsoc_of_irq_init,
        .timer          = &sirfsoc_timer,
+       .dma_zone_size  = SZ_256M,
        .init_machine   = sirfsoc_mach_init,
        .dt_compat      = prima2cb_dt_match,
 MACHINE_END