From: Yusuke Goda Date: Fri, 11 Sep 2009 02:42:46 +0000 (+0000) Subject: sh: Fix the indication point of the liquid crystal of AP-325RXA(AP3300) X-Git-Tag: firefly_0821_release~12920^2~15 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6a78ec16ca40cc98e387b2d8d80adbeedda02bbc;p=firefly-linux-kernel-4.4.55.git sh: Fix the indication point of the liquid crystal of AP-325RXA(AP3300) Signed-off-by: Yusuke Goda Signed-off-by: Paul Mundt --- 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,