summaryrefslogtreecommitdiff
path: root/drivers/mxc
diff options
context:
space:
mode:
authorWayne Zou <b36644@freescale.com>2012-04-18 16:45:48 +0800
committerWayne Zou <b36644@freescale.com>2012-04-20 14:11:39 +0800
commitf8388ab82860a5babe049846f7e4863a1dc86df8 (patch)
treeb6be2e37087a47b3b88f2870e0282b08e6c38fb6 /drivers/mxc
parenta4bc8012ed18e77513c7c42c4c900a8a25ccd19e (diff)
ENGR00180229-2 VDOA: disable vdoa clock when no used
Disable vdoa clock when no used Signed-off-by: Wayne Zou <b36644@freescale.com>
Diffstat (limited to 'drivers/mxc')
-rw-r--r--drivers/mxc/ipu3/vdoa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mxc/ipu3/vdoa.c b/drivers/mxc/ipu3/vdoa.c
index 2d3aaef16622..5800fc606f8c 100644
--- a/drivers/mxc/ipu3/vdoa.c
+++ b/drivers/mxc/ipu3/vdoa.c
@@ -451,7 +451,6 @@ static int vdoa_probe(struct platform_device *pdev)
ret = PTR_ERR(vdoa->clk);
goto err_clk;
}
- clk_enable(vdoa->clk);
vdoa->iram_base = iram_alloc(VDOA_IRAM_SIZE, &vdoa->iram_paddr);
if (!vdoa->iram_base) {