s5pc110:p1:chagne lcd frame_rate from 60hz to 40hz because the display is unsable...
authorheeman.jun <heeman.jun@samsung.com>
Thu, 25 Mar 2010 01:11:48 +0000 (10:11 +0900)
committerheeman.jun <heeman.jun@samsung.com>
Thu, 25 Mar 2010 01:11:48 +0000 (10:11 +0900)
Signed-off-by: heeman.jun <heeman.jun@samsung.com>
board/samsung/p1p2/p1p2.c

index 8fabfed..9b010b5 100644 (file)
@@ -1741,7 +1741,7 @@ void init_panel_info(vidinfo_t *vid)
 
        vid->dual_lcd_enabled = 0;
 
-       vid->vl_freq    = 60;
+       vid->vl_freq    = 40;
        vid->vl_col     = 1024,
        vid->vl_row     = 600,
        vid->vl_width   = 1024,