OMAP3: fix panel timing on the mt_ventoux board
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
21f11c7b49
commit
fe2d59a123
@ -73,10 +73,10 @@ static struct {
|
||||
|
||||
static struct panel_config lcd_cfg[] = {
|
||||
{
|
||||
.timing_h = PANEL_TIMING_H(4, 8, 41),
|
||||
.timing_v = PANEL_TIMING_V(2, 4, 10),
|
||||
.pol_freq = 0x00000000, /* Pol Freq */
|
||||
.divisor = 0x0001000d, /* 33Mhz Pixel Clock */
|
||||
.timing_h = PANEL_TIMING_H(40, 5, 2),
|
||||
.timing_v = PANEL_TIMING_V(8, 8, 2),
|
||||
.pol_freq = 0x00003000, /* Pol Freq */
|
||||
.divisor = 0x00010033, /* 9 Mhz Pixel Clock */
|
||||
.panel_type = 0x01, /* TFT */
|
||||
.data_lines = 0x03, /* 24 Bit RGB */
|
||||
.load_mode = 0x02, /* Frame Mode */
|
||||
|
Loading…
Reference in New Issue
Block a user