]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
omapfb: Change the clocking of the LCD panel on H3
authorTodd Poynor <tpoynor@mvista.com>
Tue, 20 Dec 2005 12:14:19 +0000 (14:14 +0200)
committerJuha Yrjola <juha.yrjola@nokia.com>
Tue, 20 Dec 2005 12:14:19 +0000 (14:14 +0200)
Set pixel clock to 12000, disable usage of the pcd field.

Tux logo appears fine and so does IceWM under Xfbdev.

Signed-off-by: Todd Poynor <tpoynor@mvista.com>
Signed-off-by: Juha Yrjölä <juha.yrjola@nokia.com>
drivers/video/omap/lcd_h3.c

index 78b10c0b5f9942359ab8c8528a894def0b5439d7..f6e8e62020d1ed9ab3e4f14954c1dee0bd029e1c 100644 (file)
@@ -94,14 +94,14 @@ struct lcd_panel h3_panel = {
        .bpp            = 16,
        .x_res          = 240,
        .y_res          = 320,
-       .pixel_clock    = 12500,
+       .pixel_clock    = 12000,
        .hsw            = 12,
        .hfp            = 14,
        .hbp            = 72 - 12,
        .vsw            = 1,
        .vfp            = 1,
        .vbp            = 0,
-       .pcd            = 2,
+       .pcd            = 0,
 
        .init           = h3_panel_init,
        .cleanup        = h3_panel_cleanup,