summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/mx6.h
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-07-27 14:17:40 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:21:41 +0800
commit1776cd359f8e3f60da40877fa8366614ccadaaaf (patch)
treeddf2ca3fc096505c913911355d0453da8d2d4d49 /arch/arm/plat-mxc/include/mach/mx6.h
parente24f0f04397544d22f609eb2b2c14f8d4a61bde0 (diff)
ENGR00153762 imx6q MSL: increase DMA zone size to max 184
when we need enable 1080p 32bpp display and play a 1080p h264 clip, it may meet memory allocation fail issue. This patch fix this issue. Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx6.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/mx6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx6.h b/arch/arm/plat-mxc/include/mach/mx6.h
index f59d9a149703..7ff17ad0d0c1 100644
--- a/arch/arm/plat-mxc/include/mach/mx6.h
+++ b/arch/arm/plat-mxc/include/mach/mx6.h
@@ -242,7 +242,7 @@
#define MX6Q_FEC_BASE_ADDR ENET_BASE_ADDR
/* define virtual address */
-#define PERIPBASE_VIRT 0xF4000000
+#define PERIPBASE_VIRT 0xF2000000
#define AIPS1_BASE_ADDR_VIRT (PERIPBASE_VIRT + AIPS1_ARB_BASE_ADDR)
#define AIPS2_BASE_ADDR_VIRT (PERIPBASE_VIRT + AIPS2_ARB_BASE_ADDR)
#define ARM_PERIPHBASE_VIRT (PERIPBASE_VIRT + ARM_PERIPHBASE)