linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-shmobile: mackerel: modify LCDC clock divider value
@ 2011-03-02  9:05 Kuninori Morimoto
  2011-03-04  6:03 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2011-03-02  9:05 UTC (permalink / raw)
  To: linux-sh

mackerel 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-mackerel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
index fb4213a..1657eac 100644
--- a/arch/arm/mach-shmobile/board-mackerel.c
+++ b/arch/arm/mach-shmobile/board-mackerel.c
@@ -303,7 +303,7 @@ static struct sh_mobile_lcdc_info lcdc_info = {
 		.lcd_cfg = mackerel_lcdc_modes,
 		.num_cfg = ARRAY_SIZE(mackerel_lcdc_modes),
 		.interface_type		= RGB24,
-		.clock_divider		= 2,
+		.clock_divider		= 3,
 		.flags			= 0,
 		.lcd_size_cfg.width	= 152,
 		.lcd_size_cfg.height	= 91,
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: mackerel: modify LCDC clock divider value
  2011-03-02  9:05 [PATCH] ARM: mach-shmobile: mackerel: modify LCDC clock divider value Kuninori Morimoto
@ 2011-03-04  6:03 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-03-04  6:03 UTC (permalink / raw)
  To: linux-sh

On Wed, Mar 02, 2011 at 06:05:21PM +0900, Kuninori Morimoto wrote:
> mackerel WVGA LCDC panel expect 33.3MHz for dot-clock,
> but current dot-clock was 50.0MHz.
> This patch modify clock divider value.

On Wed, Mar 02, 2011 at 06:05:44PM +0900, Kuninori Morimoto wrote:
> ap4evb WVGA LCDC panel expect 33.3MHz for dot-clock,
> but current dot-clock was 50.0MHz.
> This patch modify clock divider value.

Both applied for .38, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-04  6:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02  9:05 [PATCH] ARM: mach-shmobile: mackerel: modify LCDC clock divider value Kuninori Morimoto
2011-03-04  6:03 ` Paul Mundt

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).