rk2818_fb: use codec pll

This commit is contained in:
黄涛
2010-08-30 12:14:25 +08:00
parent ad68fce8fc
commit d9479fe5d6

View File

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