From patchwork Fri Sep 11 02:42:46 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yusuke Goda X-Patchwork-Id: 46774 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8B2gqRx013096 for ; Fri, 11 Sep 2009 02:42:52 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752255AbZIKCms (ORCPT ); Thu, 10 Sep 2009 22:42:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752336AbZIKCms (ORCPT ); Thu, 10 Sep 2009 22:42:48 -0400 Received: from mail.renesas.com ([202.234.163.13]:39441 "EHLO mail03.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752255AbZIKCmr (ORCPT ); Thu, 10 Sep 2009 22:42:47 -0400 X-AuditID: ac140386-0000000500003037-4f-4aa9b9285885 Received: from guardian03.idc.renesas.com ([172.20.8.202]) by mail03.idc.renesas.com (sendmail) with ESMTP id n8B2gmEX026993; Fri, 11 Sep 2009 11:42:48 +0900 (JST) Received: (from root@localhost) by guardian03.idc.renesas.com with id n8B2gmWT014522; Fri, 11 Sep 2009 11:42:48 +0900 (JST) Received: from mta01.idc.renesas.com (localhost [127.0.0.1]) by mta01.idc.renesas.com with ESMTP id n8B2gl8J017097; Fri, 11 Sep 2009 11:42:47 +0900 (JST) Received: from [127.0.0.1] ([172.30.8.111]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KPS002I3CVBVC@ims05.idc.renesas.com>; Fri, 11 Sep 2009 11:42:48 +0900 (JST) Date: Fri, 11 Sep 2009 11:42:46 +0900 From: Yusuke Goda Subject: [PATCH] sh: Fix the indication point of the liquid crystal of AP-325RXA(AP3300) To: linux-sh@vger.kernel.org Cc: Paul Mundt Message-id: <4AA9B926.9090907@renesas.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-2022-JP Content-transfer-encoding: 7bit User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Signed-off-by: Yusuke Goda --- arch/sh/boards/board-ap325rxa.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index 19eea4a..bcf1f40 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,