]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00142859 ipuv3: add removed g_di_clk set
authorJason Chen <b02280@freescale.com>
Tue, 17 May 2011 05:04:59 +0000 (13:04 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:06 +0000 (14:09 +0200)
add removed g_di_clk set.

Signed-off-by: Jason Chen <b02280@freescale.com>
drivers/mxc/ipu3/ipu_common.c

index 218f00876654768cf9a6008b5fe769ffa87609f2..7df46ce429da3d4d65796952d3d4669edcd265a9 100644 (file)
@@ -414,6 +414,9 @@ static int ipu_probe(struct platform_device *pdev)
        clk_set_parent(g_pixel_clk[1], g_ipu_clk);
        clk_enable(g_ipu_clk);
 
+       g_di_clk[0] = clk_get(&pdev->dev, "ipu_di0_clk");
+       g_di_clk[1] = clk_get(&pdev->dev, "ipu_di1_clk");
+
        g_csi_clk[0] = plat_data->csi_clk[0];
        g_csi_clk[1] = plat_data->csi_clk[1];