aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-03-02 09:05:21 +0000
committerPaul Mundt <lethal@linux-sh.org>2011-03-04 15:01:29 +0900
commit2c34e939f9e98bb678a2b0d35e7a318bf2947024 (patch)
treed7c431238a01381ff33703a6ff6ebeddc2ea487f /arch
parentf60cb470eab2f06e0facb8d86a769e9c0a220e28 (diff)
downloadkernel_samsung_smdk4412-2c34e939f9e98bb678a2b0d35e7a318bf2947024.zip
kernel_samsung_smdk4412-2c34e939f9e98bb678a2b0d35e7a318bf2947024.tar.gz
kernel_samsung_smdk4412-2c34e939f9e98bb678a2b0d35e7a318bf2947024.tar.bz2
ARM: mach-shmobile: mackerel: modify LCDC clock divider value
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> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/board-mackerel.c2
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,