aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-orion5x/common.c')
-rw-r--r--arch/arm/mach-orion5x/common.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c
index 3e07f52f2127..b3eb3da01160 100644
--- a/arch/arm/mach-orion5x/common.c
+++ b/arch/arm/mach-orion5x/common.c
@@ -194,6 +194,13 @@ void __init orion5x_wdt_init(void)
194void __init orion5x_init_early(void) 194void __init orion5x_init_early(void)
195{ 195{
196 orion_time_set_base(TIMER_VIRT_BASE); 196 orion_time_set_base(TIMER_VIRT_BASE);
197
198 /*
199 * Some Orion5x devices allocate their coherent buffers from atomic
200 * context. Increase size of atomic coherent pool to make sure such
201 * the allocations won't fail.
202 */
203 init_dma_coherent_pool_size(SZ_1M);
197} 204}
198 205
199int orion5x_tclk; 206int orion5x_tclk;