diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-10-07 04:31:07 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-16 08:44:17 -0500 |
commit | 619e15508b9926951d239f28ed77420aa9d00a62 (patch) | |
tree | 389749bac8c17dfbf42843bb696c513582b13de1 /arch/arm/plat-mxc/include | |
parent | 33ebc19d5448aadb2ce4a865d7118f1c2f23fafe (diff) |
MX27: Fix EMMA Base addresses
The EMMA (Enhanced Multimedia Engine) is divided into two parts, the
postprocessor and the preprocessor. Fix the base addresses.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx27.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx27.h b/arch/arm/plat-mxc/include/mach/mx27.h index a86db64744a1..aade46d90e73 100644 --- a/arch/arm/plat-mxc/include/mach/mx27.h +++ b/arch/arm/plat-mxc/include/mach/mx27.h | |||
@@ -72,7 +72,8 @@ | |||
72 | /* for mx27*/ | 72 | /* for mx27*/ |
73 | #define OTG_BASE_ADDR USBOTG_BASE_ADDR | 73 | #define OTG_BASE_ADDR USBOTG_BASE_ADDR |
74 | #define SAHARA_BASE_ADDR (AIPI_BASE_ADDR + 0x25000) | 74 | #define SAHARA_BASE_ADDR (AIPI_BASE_ADDR + 0x25000) |
75 | #define EMMA_BASE_ADDR (AIPI_BASE_ADDR + 0x26400) | 75 | #define EMMA_PP_BASE_ADDR (AIPI_BASE_ADDR + 0x26000) |
76 | #define EMMA_PRP_BASE_ADDR (AIPI_BASE_ADDR + 0x26400) | ||
76 | #define CCM_BASE_ADDR (AIPI_BASE_ADDR + 0x27000) | 77 | #define CCM_BASE_ADDR (AIPI_BASE_ADDR + 0x27000) |
77 | #define SYSCTRL_BASE_ADDR (AIPI_BASE_ADDR + 0x27800) | 78 | #define SYSCTRL_BASE_ADDR (AIPI_BASE_ADDR + 0x27800) |
78 | #define IIM_BASE_ADDR (AIPI_BASE_ADDR + 0x28000) | 79 | #define IIM_BASE_ADDR (AIPI_BASE_ADDR + 0x28000) |