From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Tushar Behera' <tushar.behera@linaro.org>,
linux-samsung-soc@vger.kernel.org
Cc: linaro-dev@lists.linaro.org, patches@linaro.org
Subject: RE: [PATCH V2] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN
Date: Thu, 15 Sep 2011 13:50:04 +0900 [thread overview]
Message-ID: <00a001cc7362$ef937770$ceba6650$%kim@samsung.com> (raw)
In-Reply-To: <1315998112-31395-1-git-send-email-tushar.behera@linaro.org>
Tushar Behera wrote:
>
> ORIGEN board is fitted with 7" LCD panel HV070WSA. The pixel
> resolution of the LCD panel is 1024x600.
>
> Also power domain device for LCD0 is registered.
>
> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
> ---
> Changes for V2:
> * Added power domain device registration for LCD0
>
> The patch is rebased on [1]. For proper working of LCD on ORIGEN,
> following patches are needed. These patches are already submitted to
> the mailing list.
>
> a. ARM: EXYNOS4: Add PWM backlight support on Origen
> Author: Giridhar Maruthy
As I said, it is already in my tree.
> b. ARM: EXYNOS4: Configure MAX8997 PMIC for Origen
> Author: Inderpal Singh
Will review it.
(snip)
> +
> +static struct s3c_fb_pd_win origen_fb_win0 = {
> + .win_mode = {
> + .left_margin = 64,
> + .right_margin = 16,
> + .upper_margin = 64,
> + .lower_margin = 16,
> + .hsync_len = 48,
> + .vsync_len = 3,
> + .xres = 1024,
> + .yres = 600,
> + .refresh = 60,
We don't need to add '.refresh' here because its default value is 60.
> + },
> + .max_bpp = 32,
> + .default_bpp = 24,
> +};
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
prev parent reply other threads:[~2011-09-15 4:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-14 11:01 [PATCH V2] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN Tushar Behera
[not found] ` <1315998112-31395-1-git-send-email-tushar.behera-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-09-14 11:36 ` Fabio Estevam
2011-09-14 12:07 ` Tushar Behera
2011-09-14 12:39 ` Fabio Estevam
2011-09-15 3:36 ` Tushar Behera
2011-09-15 4:54 ` Kukjin Kim
2011-09-15 5:33 ` Tushar Behera
2011-09-15 4:50 ` Kukjin Kim [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='00a001cc7362$ef937770$ceba6650$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=linaro-dev@lists.linaro.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@linaro.org \
--cc=tushar.behera@linaro.org \
/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.