summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorYusuke Goda2009-09-11 04:42:46 +0200
committerPaul Mundt2009-09-11 06:19:23 +0200
commit6a78ec16ca40cc98e387b2d8d80adbeedda02bbc (patch)
treeaf95b32e984cd948c8f076e8a7e56c9bd1b1f1cf /arch/sh
parentsh: Add EcoVec24 romImage defconfig (diff)
downloadkernel-qcow2-linux-6a78ec16ca40cc98e387b2d8d80adbeedda02bbc.tar.gz
kernel-qcow2-linux-6a78ec16ca40cc98e387b2d8d80adbeedda02bbc.tar.xz
kernel-qcow2-linux-6a78ec16ca40cc98e387b2d8d80adbeedda02bbc.zip
sh: Fix the indication point of the liquid crystal of AP-325RXA(AP3300)
Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/boards/board-ap325rxa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c
index 19eea4ab1ccc..bcf1f40bcc6c 100644
--- a/arch/sh/boards/board-ap325rxa.c
+++ b/arch/sh/boards/board-ap325rxa.c
@@ -188,7 +188,7 @@ static struct sh_mobile_lcdc_info lcdc_info = {
.name = "LB070WV1",
.xres = 800,
.yres = 480,
- .left_margin = 40,
+ .left_margin = 32,
.right_margin = 160,
.hsync_len = 8,
.upper_margin = 63,