diff options
author | Stefano Babic <sbabic@denx.de> | 2012-11-23 05:19:24 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-10 08:56:38 -0700 |
commit | fe2d59a123321f142552212175d3dcb1da659d8c (patch) | |
tree | 6e1028c1714ec404901201c47bd93510349b696c /board/teejet | |
parent | 21f11c7b492794a4a0f69b95854043df9ea46b72 (diff) | |
download | u-boot-imx-fe2d59a123321f142552212175d3dcb1da659d8c.zip u-boot-imx-fe2d59a123321f142552212175d3dcb1da659d8c.tar.gz u-boot-imx-fe2d59a123321f142552212175d3dcb1da659d8c.tar.bz2 |
OMAP3: fix panel timing on the mt_ventoux board
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/teejet')
-rw-r--r-- | board/teejet/mt_ventoux/mt_ventoux.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/board/teejet/mt_ventoux/mt_ventoux.c b/board/teejet/mt_ventoux/mt_ventoux.c index 9622a81..98b92f3 100644 --- a/board/teejet/mt_ventoux/mt_ventoux.c +++ b/board/teejet/mt_ventoux/mt_ventoux.c @@ -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 */ |