mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk2818_fb: use codec pll
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user