summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Zou <b36644@freescale.com>2012-04-18 16:45:48 +0800
committerFrank Li <Frank.Li@freescale.com>2012-04-20 17:51:02 +0800
commit63d4420bf5f801b5e661be3849ea13cc2a5fd87a (patch)
tree58d7ba8eb220dc557746ca44b16284132ad6b7d2
parentd0c8d997433b87db2caa76a819cc47cab2c5d02b (diff)
ENGR00180229-2 VDOA: disable vdoa clock when no used
Disable vdoa clock when no used Signed-off-by: Wayne Zou <b36644@freescale.com>
-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) {