Commit 4dd59dd7 authored by Todd Poynor's avatar Todd Poynor Committed by Juha Yrjola

omapfb: Change the clocking of the LCD panel on H3

Set pixel clock to 12000, disable usage of the pcd field.

Tux logo appears fine and so does IceWM under Xfbdev.
Signed-off-by: default avatarTodd Poynor <tpoynor@mvista.com>
Signed-off-by: default avatarJuha Yrjl <juha.yrjola@nokia.com>
parent 9bd4ca7a
...@@ -94,14 +94,14 @@ struct lcd_panel h3_panel = { ...@@ -94,14 +94,14 @@ struct lcd_panel h3_panel = {
.bpp = 16, .bpp = 16,
.x_res = 240, .x_res = 240,
.y_res = 320, .y_res = 320,
.pixel_clock = 12500, .pixel_clock = 12000,
.hsw = 12, .hsw = 12,
.hfp = 14, .hfp = 14,
.hbp = 72 - 12, .hbp = 72 - 12,
.vsw = 1, .vsw = 1,
.vfp = 1, .vfp = 1,
.vbp = 0, .vbp = 0,
.pcd = 2, .pcd = 0,
.init = h3_panel_init, .init = h3_panel_init,
.cleanup = h3_panel_cleanup, .cleanup = h3_panel_cleanup,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment