fix yuv4201 bug
author钟勇汪 <zyw@rock-chips.com>
Wed, 9 Jun 2010 06:33:57 +0000 (06:33 +0000)
committer黄涛 <huangtao@rock-chips.com>
Mon, 21 Jun 2010 05:35:25 +0000 (13:35 +0800)
drivers/video/rk2818_fb.c

index 1d339e1ce6a79aa9c00946f0e44d7d4cd17204db..2bc4d6da9e968c0e65fb3677e27116894d366d3f 100644 (file)
@@ -2326,7 +2326,7 @@ static int __init rk2818fb_probe (struct platform_device *pdev)
                ret = -ENOENT;
                goto unregister_win1fb;
        }
-    inf->dclk_parent = clk_get(&pdev->dev, "codec_pll");
+    inf->dclk_parent = clk_get(&pdev->dev, "arm_pll");
     if (!inf->dclk_parent || IS_ERR(inf->dclk_parent))
     {
                printk(KERN_ERR "failed to get lcd dclock parent source\n");