From patchwork Wed Dec 2 09:35:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 64194 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 nB29a179030569 for ; Wed, 2 Dec 2009 09:36:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753431AbZLBJfy (ORCPT ); Wed, 2 Dec 2009 04:35:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753618AbZLBJfy (ORCPT ); Wed, 2 Dec 2009 04:35:54 -0500 Received: from mail.renesas.com ([202.234.163.13]:58299 "EHLO mail02.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753431AbZLBJfx (ORCPT ); Wed, 2 Dec 2009 04:35:53 -0500 X-AuditID: ac140385-00000006000002de-14-4b1634ef4183 Received: from guardian02.idc.renesas.com ([172.20.8.201]) by mail02.idc.renesas.com (sendmail) with ESMTP id nB29ZhQA024577; Wed, 2 Dec 2009 18:35:43 +0900 (JST) Received: (from root@localhost) by guardian02.idc.renesas.com with id nB29ZiBf013062; Wed, 2 Dec 2009 18:35:44 +0900 (JST) Received: from mta01.idc.renesas.com (localhost [127.0.0.1]) by mta01.idc.renesas.com with ESMTP id nB29ZhhF019943; Wed, 2 Dec 2009 18:35:43 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KU000KGLQNJ6X@ims05.idc.renesas.com>; Wed, 02 Dec 2009 18:35:44 +0900 (JST) Date: Wed, 02 Dec 2009 18:35:42 +0900 From: Kuninori Morimoto Subject: [PATCH] sh: mach-ecovec24: LCDC drive ability become high To: Paul Mundt Cc: =?ISO-2022-JP?B?GyRCIVobKEJSU08gUxskQj9kGyhCMxskQiFbP2VAbiQ1JHMbKEI=?= , Linux-SH Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-msvc-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.02-dev (RINDOU) (2009-06-17 Rev.4261) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 0dd98ed..826e623 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -666,8 +666,8 @@ static int __init arch_setup(void) gpio_direction_output(GPIO_PTR1, 0); gpio_direction_output(GPIO_PTA2, 0); - /* I/O buffer drive ability is low */ - ctrl_outw((ctrl_inw(IODRIVEA) & ~0x00c0) | 0x0040 , IODRIVEA); + /* I/O buffer drive ability is high */ + ctrl_outw((ctrl_inw(IODRIVEA) & ~0x00c0) | 0x0080 , IODRIVEA); if (gpio_get_value(GPIO_PTE6)) { /* DVI */