]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ARM: OMAP: LCD flicks on H3
authorVladimir A. Barinov <vbarinov@ru.mvista.com>
Wed, 25 May 2005 20:17:19 +0000 (13:17 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 25 May 2005 20:17:19 +0000 (13:17 -0700)
This patch increments the pixel clock. The Pixel Clock Divisor (PCD) is a
prescaler to the LCD clock that could be ranged from 2 and upper. It's need to
set the minimum one to avoid visible flicks.

Signed-off-by: Vladimir A. Barinov <vbarinov@ru.mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/video/omap/lcd_h3.c

index 27deb6a0553041e78c93a8fe29b7b360005b9dd7..e7e9fc50f0bb32be1b64617cac126266c732f60d 100644 (file)
@@ -94,7 +94,7 @@ static struct lcdc_video_mode mode240x320 = {
        .vsw = 1,
        .vfp = 1,
        .vbp = 0,
-       .pcd = 4,
+       .pcd = 2,
 };
 
 struct lcd_panel h3_panel = {