All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] OMAP3: fix panel timing on the mt_ventoux board
@ 2012-11-23 15:19 Stefano Babic
  2012-11-23 15:19 ` [U-Boot] [PATCH 2/2] OMAP3: TAM3517: add macros for reading eeprom Stefano Babic
  2012-12-10 20:18 ` [U-Boot] [PATCH 1/2] OMAP3: fix panel timing on the mt_ventoux board Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Stefano Babic @ 2012-11-23 15:19 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 board/teejet/mt_ventoux/mt_ventoux.c |    8 ++++----
 1 file 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 */
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-10 20:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23 15:19 [U-Boot] [PATCH 1/2] OMAP3: fix panel timing on the mt_ventoux board Stefano Babic
2012-11-23 15:19 ` [U-Boot] [PATCH 2/2] OMAP3: TAM3517: add macros for reading eeprom Stefano Babic
2012-12-10 20:18   ` Tom Rini
2012-12-10 20:18 ` [U-Boot] [PATCH 1/2] OMAP3: fix panel timing on the mt_ventoux board Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.