及时清除cvbsformat位,保证CVBS待机唤醒能够设置TVE寄存器
authorShenZhengyi <szy@rock-chips.com>
Fri, 31 Oct 2014 02:01:50 +0000 (10:01 +0800)
committerLuowei <lw@rock-chips.com>
Fri, 31 Oct 2014 02:06:38 +0000 (10:06 +0800)
drivers/video/rockchip/tve/rk3036/rk3036_tve.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 79118f6..73ba636
@@ -418,6 +418,7 @@ static int rk3036_tve_probe(struct platform_device *pdev)
        rk_display_device_enable(rk3036_tve->ddev);
 
        fb_register_client(&tve_fb_notifier);
+       cvbsformat = -1;
        dev_info(&pdev->dev, "%s tv encoder probe ok\n", match->compatible);
        return 0;
 }