linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH] ARM: mach-shmobile: ap4evb: modify LCDC clock divider value
Date: Wed, 02 Mar 2011 09:05:44 +0000	[thread overview]
Message-ID: <w3pmxldhoyf.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <w3p1v9weglx.wl%kuninori.morimoto.gx@renesas.com>

ap4evb WVGA LCDC panel expect 33.3MHz for dot-clock,
but current dot-clock was 50.0MHz.
This patch modify clock divider value.

Signed-off-by: Makoto Ueda <makoto.ueda.ub@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/mach-shmobile/board-ap4evb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 3cf0951..81d6536 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -1303,7 +1303,7 @@ static void __init ap4evb_init(void)
 
 	lcdc_info.clock_source			= LCDC_CLK_BUS;
 	lcdc_info.ch[0].interface_type		= RGB18;
-	lcdc_info.ch[0].clock_divider		= 2;
+	lcdc_info.ch[0].clock_divider		= 3;
 	lcdc_info.ch[0].flags			= 0;
 	lcdc_info.ch[0].lcd_size_cfg.width	= 152;
 	lcdc_info.ch[0].lcd_size_cfg.height	= 91;
-- 
1.7.1


      parent reply	other threads:[~2011-03-02  9:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-18  3:37 [PATCH] ARM: mach-shmobile: ap4evb: modify FSI2 ID Kuninori Morimoto
2010-08-18  7:31 ` Paul Mundt
2010-08-27  9:49 ` [PATCH] ARM: mach-shmobile: ap4evb: modify tsc2007 platform settings Kuninori Morimoto
2010-08-27  9:49 ` Kuninori Morimoto
2010-08-31  9:59 ` Magnus Damm
2010-09-01  5:02 ` [PATCH] ARM: mach-shmobile: ap4evb: modify tsc2007 platform Kuninori Morimoto
2010-09-07  2:05 ` [PATCH] ARM: mach-shmobile: ap4evb: modify touchpanel judgment Kuninori Morimoto
2010-10-20  2:53 ` [PATCH] ARM: mach-shmobile: ap4evb: modify LCDC1 irq number Kuninori Morimoto
2010-10-25  1:42 ` Paul Mundt
2011-03-02  9:05 ` Kuninori Morimoto [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=w3pmxldhoyf.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=linux-sh@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).