* [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* [U-Boot] video/mx3fb: fix clock divider
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
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2010-12-16 12:35 UTC (permalink / raw)
To: u-boot
On 12/16/2010 12:41 PM, Wolfgang Denk wrote:
> 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>
It seems I forget to submit this patch....thanks for doing !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread* [U-Boot] video/mx3fb: fix clock divider
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
3 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2010-12-16 13:31 UTC (permalink / raw)
To: u-boot
Dear Stefano & Anatolij,
In message <20101216114147.D4AF3BB0BA@gemini.denx.de> I wrote:
> 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>
If both of you ACK I could pull this directly.
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
"Just think of a computer as hardware you can program."
- Nigel de la Tierre
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] video/mx3fb: fix clock divider
2010-12-16 13:31 ` Wolfgang Denk
@ 2010-12-16 23:17 ` Anatolij Gustschin
0 siblings, 0 replies; 6+ messages in thread
From: Anatolij Gustschin @ 2010-12-16 23:17 UTC (permalink / raw)
To: u-boot
Hello Wolfgang,
On Thu, 16 Dec 2010 14:31:20 +0100
Wolfgang Denk <wd@denx.de> wrote:
> Dear Stefano & Anatolij,
>
> In message <20101216114147.D4AF3BB0BA@gemini.denx.de> I wrote:
> > 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>
>
> If both of you ACK I could pull this directly.
Acked-by: Anatolij Gustschin <agust@denx.de>
Thanks,
Anatolij
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] video/mx3fb: fix clock divider
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 13:41 ` Stefano Babic
2010-12-17 20:24 ` Wolfgang Denk
3 siblings, 0 replies; 6+ messages in thread
From: Stefano Babic @ 2010-12-16 13:41 UTC (permalink / raw)
To: u-boot
On 12/16/2010 12:41 PM, Wolfgang Denk wrote:
> 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>
>
> ---
Acked-by: Stefano Babic <sbabic@denx.de>
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] video/mx3fb: fix clock divider
2010-12-16 11:41 [U-Boot] video/mx3fb: fix clock divider Wolfgang Denk
` (2 preceding siblings ...)
2010-12-16 13:41 ` Stefano Babic
@ 2010-12-17 20:24 ` Wolfgang Denk
3 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2010-12-17 20:24 UTC (permalink / raw)
To: u-boot
In message <20101216114147.D4AF3BB0BA@gemini.denx.de> you wrote:
> 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
Applied, thanks.
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
ATTENTION: Despite Any Other Listing of Product Contents Found Here-
on, the Consumer is Advised That, in Actuality, This Product Consists
Of 99.9999999999% Empty Space.
^ permalink raw reply [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