diff mbox

ARM: mach-shmobile: mackerel: modify LCDC clock divider value

Message ID w3poc5thoz6.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit 2c34e939f9e98bb678a2b0d35e7a318bf2947024
Headers show

Commit Message

Kuninori Morimoto March 2, 2011, 9:05 a.m. UTC
None
diff mbox

Patch

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,