summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/t114/t114.c
diff options
context:
space:
mode:
authorShridhar Rasal <srasal@nvidia.com>2013-10-22 17:58:16 +0530
committerShridhar Rasal <srasal@nvidia.com>2013-11-21 01:03:57 -0800
commit094dd3178a46a421f7e8824f600b8ae634ddeabf (patch)
tree2b0763f5c4e0669877640697b12e30b0f15b85d8 /drivers/video/tegra/host/t114/t114.c
parentf605429646bb6f0af64ce069f7c34484e38a2af7 (diff)
video: tegra: host: update PM domain hierarchy
- Update host1x and its clients power domain hierarchy - Wire host1x finalize_poweron and prepare_poweroff callbacks - Remove runtime_suspend/resume from host1x pm_ops - Set device as wakeup capable to false Bug 1384396 Change-Id: Ia0f4fa1a36671a6043c096f44069b5bdc5fc8790 Signed-off-by: Shridhar Rasal <srasal@nvidia.com> Reviewed-on: http://git-master/r/332472 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/host/t114/t114.c')
-rw-r--r--drivers/video/tegra/host/t114/t114.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/tegra/host/t114/t114.c b/drivers/video/tegra/host/t114/t114.c
index 6739e1d51666..04e054a67603 100644
--- a/drivers/video/tegra/host/t114/t114.c
+++ b/drivers/video/tegra/host/t114/t114.c
@@ -98,6 +98,8 @@ struct nvhost_device_data t11_host1x_info = {
.clocks = { {"host1x", 136000000} },
NVHOST_MODULE_NO_POWERGATE_IDS,
.private_data = &host1x02_info,
+ .prepare_poweroff = nvhost_host1x_prepare_poweroff,
+ .finalize_poweron = nvhost_host1x_finalize_poweron,
};
static struct platform_device tegra_host1x02_device = {