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;