From: Jeroen Hofstee <jeroen@myspectrum.nl>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mx6sabresd: Add Seiko WVGA panel support
Date: Wed, 22 Oct 2014 10:47:49 +0200 [thread overview]
Message-ID: <54476F35.70406@myspectrum.nl> (raw)
In-Reply-To: <1413933293-23139-1-git-send-email-festevam@gmail.com>
Hello Fabio,
On 22-10-14 01:14, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Add support for the 4.3'' Seiko WVGA parallel display.
>
> In order to direct the splash screen to the Seiko display:
>
> => setenv panel SEIKO-WVGA
> => save
> => reset
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
[snip]
> +} }, {
> + .bus = 0,
> + .addr = 0,
> + .pixfmt = IPU_PIX_FMT_RGB24,
> + .detect = NULL,
> + .enable = enable_rgb,
> + .mode = {
> + .name = "SEIKO-WVGA",
> + .refresh = 60,
> + .xres = 800,
> + .yres = 480,
> + .pixclock = 29850,
> + .left_margin = 89,
> + .right_margin = 164,
> + .upper_margin = 23,
> + .lower_margin = 10,
> + .hsync_len = 10,
> + .vsync_len = 10,
> + .sync = 0,
> + .vmode = FB_VMODE_NONINTERLACED
> } } };
> size_t display_count = ARRAY_SIZE(displays);
>
If [1] is a datasheet for this lcd, you likely want to add
#include <../drivers/video/mxcfb.h>
.sync = FB_SYNC_CLK_LAT_FALL,
Or something similar, since the data is sampled on the falling edge
of the pixel clock / the pixel clock is inverted.
Regards,
Jeroen
[1] http://www.glyn.de/data/glyn/media/doc/43wvf1g-0.pdf
next prev parent reply other threads:[~2014-10-22 8:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-21 23:14 [U-Boot] [PATCH] mx6sabresd: Add Seiko WVGA panel support Fabio Estevam
2014-10-22 8:37 ` Stefano Babic
2014-10-22 8:47 ` Jeroen Hofstee [this message]
2014-10-22 12:15 ` Fabio Estevam
2014-10-22 13:07 ` Jeroen Hofstee
2014-10-22 13:10 ` Fabio Estevam
2014-10-22 13:13 ` Jeroen Hofstee
2014-10-30 9:12 ` Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54476F35.70406@myspectrum.nl \
--to=jeroen@myspectrum.nl \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox