From: Tony Lindgren <tony@atomide.com>
To: Steve Sakoman <sakoman@gmail.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 1/1] OMAP3 EVM: Fix pixel_clock picoseconds/kHz error
Date: Wed, 14 May 2008 16:05:29 -0700 [thread overview]
Message-ID: <20080514230528.GG8928@atomide.com> (raw)
In-Reply-To: <5e088bd90805122103r7a4303b4r45ac312cfb8353f7@mail.gmail.com>
* Steve Sakoman <sakoman@gmail.com> [080512 21:04]:
> From: Steve Sakoman <steve@sakoman.com>
>
> Fix pixel_clock picoseconds/kHz error in LCD config, eliminate unused #define
Pushing today.
Tony
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
>
> ---
> drivers/video/omap/lcd_omap3evm.c | 5 ++---
> 1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/video/omap/lcd_omap3evm.c
> b/drivers/video/omap/lcd_omap3evm.c
> index 04e40b6..4e0a64c 100644
> --- a/drivers/video/omap/lcd_omap3evm.c
> +++ b/drivers/video/omap/lcd_omap3evm.c
> @@ -38,8 +38,7 @@
>
> #define LCD_XRES 480
> #define LCD_YRES 640
> -#define LCD_PIXCLOCK_MAX 41700 /* in pico seconds */
> -#define LCD_PIXCLOCK_MIN 38000 /* in pico seconds */
> +#define LCD_PIXCLOCK 26000 /* in kHz */
>
> #define ENABLE_VDAC_DEDICATED 0x03
> #define ENABLE_VDAC_DEV_GRP 0x20
> @@ -111,7 +110,7 @@ struct lcd_panel omap3evm_panel = {
> .vfp = 2, /* lower_margin */
> .vbp = 7, /* upper_margin (8) - 1 */
>
> - .pixel_clock = LCD_PIXCLOCK_MAX,
> + .pixel_clock = LCD_PIXCLOCK,
>
> .init = omap3evm_panel_init,
> .cleanup = omap3evm_panel_cleanup,
> --
> 1.5.4.5
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2008-05-14 23:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-13 4:03 [PATCH 1/1] OMAP3 EVM: Fix pixel_clock picoseconds/kHz error Steve Sakoman
2008-05-14 23:05 ` Tony Lindgren [this message]
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=20080514230528.GG8928@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=sakoman@gmail.com \
/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 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.