summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/video/tegra/host/nvhost_acm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/nvhost_acm.c b/drivers/video/tegra/host/nvhost_acm.c
index 0a9c00996968..4d14dc1093dd 100644
--- a/drivers/video/tegra/host/nvhost_acm.c
+++ b/drivers/video/tegra/host/nvhost_acm.c
@@ -172,7 +172,8 @@ int nvhost_module_init(struct nvhost_module *mod, const char *name,
#ifdef CONFIG_ARCH_TEGRA_3x_SOC
mod->powergate_id2 = TEGRA_POWERGATE_3D1;
#endif
- }
+ } else if (strcmp(name, "mpe") == 0)
+ mod->powergate_id = TEGRA_POWERGATE_MPE;
if (mod->powergate_id == TEGRA_POWERGATE_3D
&& _3d_powergating_disabled()) {