From patchwork Fri Jun 25 07:26:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 108005 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o5P7KMQZ019641 for ; Fri, 25 Jun 2010 07:25:59 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751734Ab0FYHZ6 (ORCPT ); Fri, 25 Jun 2010 03:25:58 -0400 Received: from mail.gmx.net ([213.165.64.20]:42116 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751662Ab0FYHZ6 (ORCPT ); Fri, 25 Jun 2010 03:25:58 -0400 Received: (qmail invoked by alias); 25 Jun 2010 07:25:55 -0000 Received: from p57BD1D04.dip0.t-ipconnect.de (EHLO axis700.grange) [87.189.29.4] by mail.gmx.net (mp009) with SMTP; 25 Jun 2010 09:25:55 +0200 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX19IQpMD/v9IoqRQoey7aud9hGazO4MStK4q/48t48 sgjohJ4A84/6UL Received: from lyakh (helo=localhost) by axis700.grange with local-esmtp (Exim 4.63) (envelope-from ) id 1OS3Ib-0004RM-5N for linux-sh@vger.kernel.org; Fri, 25 Jun 2010 09:26:05 +0200 Date: Fri, 25 Jun 2010 09:26:05 +0200 (CEST) From: Guennadi Liakhovetski To: "linux-sh@vger.kernel.org" Subject: [PATCH] ARM: sh-mobile: add GPIO definitions for switching between LCDC0 and LCDC1 Message-ID: MIME-Version: 1.0 X-Y-GMX-Trusted: 0 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 25 Jun 2010 07:25:59 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/pfc-sh7372.c b/arch/arm/mach-shmobile/pfc-sh7372.c index 9557d09..ec42035 100644 --- a/arch/arm/mach-shmobile/pfc-sh7372.c +++ b/arch/arm/mach-shmobile/pfc-sh7372.c @@ -1160,6 +1160,9 @@ static struct pinmux_gpio pinmux_gpios[] = { GPIO_FN(LCDD18), GPIO_FN(LCDD19), GPIO_FN(LCDD20), GPIO_FN(LCDD21), GPIO_FN(LCDD22), GPIO_FN(LCDD23), + GPIO_FN(LCDC0_SELECT), + GPIO_FN(LCDC1_SELECT), + /* IRDA */ GPIO_FN(IRDA_OUT), GPIO_FN(IRDA_IN), GPIO_FN(IRDA_FIRSEL), GPIO_FN(IROUT_139), GPIO_FN(IROUT_140),