]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00180229-2 VDOA: disable vdoa clock when no used
authorWayne Zou <b36644@freescale.com>
Wed, 18 Apr 2012 08:45:48 +0000 (16:45 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:28 +0000 (08:34 +0200)
Disable vdoa clock when no used

Signed-off-by: Wayne Zou <b36644@freescale.com>
drivers/mxc/ipu3/vdoa.c

index 2d3aaef166227be234bf59d20dc384cfe480b9e1..5800fc606f8c3af79340887ee89afe8bdbad952d 100644 (file)
@@ -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) {