DMAENGINE: ste_dma40: support older silicon
[deliverable/linux.git] / arch / arm / mach-ux500 / devices-db8500.c
index e2b7c31ef37228812f95b2adc0476992069637fb..c62cdbee3bd9bf4b55d3328211d8b908abd7d2e7 100644 (file)
@@ -213,4 +213,6 @@ void dma40_u8500ed_fixup(void)
        dma40_plat_data.memcpy_len = 0;
        dma40_resources[0].start = U8500_DMA_BASE_ED;
        dma40_resources[0].end = U8500_DMA_BASE_ED + SZ_4K - 1;
+       dma40_resources[1].start = U8500_DMA_LCPA_BASE_ED;
+       dma40_resources[1].end = U8500_DMA_LCPA_BASE_ED + 2 * SZ_1K - 1;
 }
This page took 0.033199 seconds and 5 git commands to generate.