diff options
author | Wayne Zou <b36644@freescale.com> | 2012-04-18 16:45:48 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:36:27 +0800 |
commit | 9050e81f65290d925af4ad2a8aeded5d98dc1228 (patch) | |
tree | fa5275be41e318ff3636d3e0d86612da521b4993 /drivers/mxc/ipu3 | |
parent | 5672004af05efc13fd9e35c84fb84acb66c735ff (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/ipu3')
-rw-r--r-- | drivers/mxc/ipu3/vdoa.c | 1 |
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) { |