rk30 lcdc:init screen0

This commit is contained in:
yxj
2013-04-27 11:41:54 +08:00
parent 5fcb712a27
commit 92aaf2cc7e

View File

@@ -1590,7 +1590,7 @@ static int __devinit rk30_lcdc_probe (struct platform_device *pdev)
lcdc_dev->dsp_lut_addr_base = (lcdc_dev->regs + DSP_LUT_ADDR);
printk("lcdc%d:reg_phy_base = 0x%08x,reg_vir_base:0x%p\n",pdev->id,lcdc_dev->reg_phy_base, lcdc_dev->regs);
lcdc_dev->driver.dev=&pdev->dev;
lcdc_dev->driver.screen0 = screen;
#if defined(CONFIG_ONE_LCDC_DUAL_OUTPUT_INF)&& (defined(CONFIG_RK610_LVDS) || defined(CONFIG_RK616_LVDS))
lcdc_dev->driver.screen1 = screen1;
#endif