public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] video/mx3fb: fix clock divider
@ 2010-12-16 11:41 Wolfgang Denk
  2010-12-16 12:35 ` Stefano Babic
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Wolfgang Denk @ 2010-12-16 11:41 UTC (permalink / raw)
  To: u-boot

From: Stefano Babic <sbabic@denx.de>

Fix clock divider for COM57H5M10XRC display.
The previous setting caused flicker.

Tested on Qong (EVBLite with COM57H5M10XRC).

Signed-off-by: Stefano Babic <sbabic@denx.de>

---


diff --git a/drivers/video/mx3fb.c b/drivers/video/mx3fb.c
index 7f04b49..893ec04 100644
--- a/drivers/video/mx3fb.c
+++ b/drivers/video/mx3fb.c
@@ -85,7 +85,7 @@ void lcd_panel_disable(void)
 #define V_END_WIDTH    (7 + 3) /* lower_margin + vsync_len */
 #define SIG_POL                (DI_D3_DRDY_SHARP_POL | DI_D3_CLK_POL)
 #define IF_CONF                0
-#define IF_CLK_DIV     0x175
+#define IF_CLK_DIV     0x55
 #else




Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Steal five dollars and you were a petty  thief.  Steal  thousands  of
dollars and you are either a government or a hero.
                                   - Terry Pratchett, _Going_Postal_

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

end of thread, other threads:[~2010-12-17 20:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 11:41 [U-Boot] video/mx3fb: fix clock divider Wolfgang Denk
2010-12-16 12:35 ` Stefano Babic
2010-12-16 13:31 ` Wolfgang Denk
2010-12-16 23:17   ` Anatolij Gustschin
2010-12-16 13:41 ` Stefano Babic
2010-12-17 20:24 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox