summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDaehyoung Ko <dko@nvidia.com>2013-07-24 16:34:46 -0700
committerRiham Haidar <rhaidar@nvidia.com>2013-11-08 17:45:26 -0800
commit700ef796d86dd97b1162351b86d7e74db0467433 (patch)
tree6c9c658d73392d5b2981b7b0e2b8e0fe093a6d8d /drivers
parentb31e10f24e77d5a1ef11c9a9f6f4781dcf39caae (diff)
video: tegra: host: remove epp clock from isp
to remove epp from the isp channel's clock list in order to get rid of conflict for epp clock between 2d and isp bug 1331777 bug 1322046 Change-Id: I5625aae7b693b00668d97839c0ae5cf21bf8f460 Signed-off-by: Daehyoung Ko <dko@nvidia.com> (cherry picked from commit 8e0ad7134904c27c27fa2dd68f7aaedb8797a94f) Reviewed-on: http://git-master/r/323822 Reviewed-by: Anshul Jain (SW) <anshulj@nvidia.com> Tested-by: Anshul Jain (SW) <anshulj@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/tegra/host/t114/t114.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/t114/t114.c b/drivers/video/tegra/host/t114/t114.c
index f1cb40df7b56..d18d45208578 100644
--- a/drivers/video/tegra/host/t114/t114.c
+++ b/drivers/video/tegra/host/t114/t114.c
@@ -177,7 +177,6 @@ static struct nvhost_device_data tegra_isp01_info = {
.index = 3,
.syncpts = BIT(NVSYNCPT_VI_ISP_2) | BIT(NVSYNCPT_VI_ISP_3) |
BIT(NVSYNCPT_VI_ISP_4),
- .clocks = { {"epp", 0} },
.keepalive = true,
NVHOST_MODULE_NO_POWERGATE_IDS,
NVHOST_DEFAULT_CLOCKGATE_DELAY,