summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/nv
diff options
context:
space:
mode:
authorvhiremath <vhiremath@nvidia.com>2010-09-10 01:04:32 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2010-10-13 14:17:57 -0700
commit68ebd351a5fc7764fdadd3f9c0c8aa657201efbb (patch)
tree2dbaeaf4bce9c12477639caf608f7dd03c6df717 /arch/arm/mach-tegra/nv
parent25b4f03f5cf0dd2353386670c4dbdd1ea12055de (diff)
ARM: tegra: nvrm: add MPE module to nvrm
Change-Id: Ib4465b2e92e1650905fbf2e01847410d60d631da Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/nv')
-rw-r--r--arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_module_stub.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_module_stub.c b/arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_module_stub.c
index d66fe35451e4..8e891e49c7bd 100644
--- a/arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_module_stub.c
+++ b/arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_module_stub.c
@@ -145,6 +145,11 @@ void NvRmModuleGetBaseAddress( NvRmDeviceHandle hRmDeviceHandle, NvRmModuleID Mo
*pSize = 256 * 1024;
break;
+ case NvRmModuleID_Mpe:
+ *pBaseAddress = 0x54040000;
+ *pSize = 256 * 1024;
+ break;
+
case NvRmModuleID_Vcp:
*pBaseAddress = 0x6000e000;
*pSize = 4096;