summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/mx53_loco.c
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2011-03-22 18:41:45 +0800
committerSammy He <r62914@freescale.com>2011-03-22 20:43:13 +0800
commit6b9325df0716ef20a7767bc2a33be84187832aa5 (patch)
tree46e9abd1b2605b5e332f3e0d08eaf973d77b75b4 /arch/arm/mach-mx5/mx53_loco.c
parentcae508376e74c7e3aa11f840d0b9f040d2459e95 (diff)
ENGR00140893-2 vpu: Add iram info to vpu platform data for each platform
Add iram info to vpu platform data for each platform in linux/arch folder. Disable iram on MX51 and Enable iram on MX53 platforms. And remove VPU_IRAM_SIZE usage. Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx5/mx53_loco.c')
-rw-r--r--arch/arm/mach-mx5/mx53_loco.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/mx53_loco.c b/arch/arm/mach-mx5/mx53_loco.c
index 4e57436758b0..417932812a4e 100644
--- a/arch/arm/mach-mx5/mx53_loco.c
+++ b/arch/arm/mach-mx5/mx53_loco.c
@@ -287,6 +287,8 @@ static struct mxc_ipu_config mxc_ipu_data = {
extern void mx5_vpu_reset(void);
static struct mxc_vpu_platform_data mxc_vpu_data = {
+ .iram_enable = true,
+ .iram_size = 0x14000,
.reset = mx5_vpu_reset,
};