summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-05-17 13:04:59 +0800
committerJason Chen <b02280@freescale.com>2011-05-17 13:04:59 +0800
commit9b9922eb2f20783462fd27a4fab83f78368bf18b (patch)
treed3e2105b1599409032562c99eec78520cc9817b9
parent18577425c09f2b4de5b3a9a97d1822c07abbcd4b (diff)
ENGR00142859 ipuv3: add removed g_di_clk set
add removed g_di_clk set. Signed-off-by: Jason Chen <b02280@freescale.com>
-rw-r--r--drivers/mxc/ipu3/ipu_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mxc/ipu3/ipu_common.c b/drivers/mxc/ipu3/ipu_common.c
index 218f00876654..7df46ce429da 100644
--- a/drivers/mxc/ipu3/ipu_common.c
+++ b/drivers/mxc/ipu3/ipu_common.c
@@ -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];