From patchwork Fri Jan 28 05:08:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: R Sricharan X-Patchwork-Id: 514031 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0S56BBM032010 for ; Fri, 28 Jan 2011 05:11:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751565Ab1A1FGM (ORCPT ); Fri, 28 Jan 2011 00:06:12 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:33962 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751393Ab1A1FGK (ORCPT ); Fri, 28 Jan 2011 00:06:10 -0500 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id p0S565CW000848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Jan 2011 23:06:08 -0600 Received: from localhost.localdomain (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id p0S55u7J000730; Fri, 28 Jan 2011 10:36:01 +0530 (IST) From: sricharan To: r.sricharan@ti.com, linux-omap@vger.kernel.org Cc: santosh.shilimkar@ti.com, tony@atomide.com, paul@pwsan.com Subject: [PATCH 5/5] omap2+: board-n8x0: Change the flags for the serial pads. Date: Fri, 28 Jan 2011 10:38:18 +0530 Message-Id: <1296191298-17545-6-git-send-email-r.sricharan@ti.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1296191298-17545-1-git-send-email-r.sricharan@ti.com> References: <1296191298-17545-1-git-send-email-r.sricharan@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 28 Jan 2011 05:11:13 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c index 9b52e2d..bd51356 100644 --- a/arch/arm/mach-omap2/board-n8x0.c +++ b/arch/arm/mach-omap2/board-n8x0.c @@ -751,7 +751,7 @@ static struct omap_board_mux board_mux[] __initdata = { static struct omap_device_pad serial2_pads[] __initdata = { { .name = "uart3_rx_irrx.uart3_rx_irrx", - .flags = OMAP_DEVICE_PAD_REMUX | OMAP_DEVICE_PAD_WAKEUP, + .flags = OMAP_DEVICE_PAD_REMUX_IDLE | OMAP_DEVICE_PAD_WAKEUP, .enable = OMAP_MUX_MODE0, .idle = OMAP_MUX_MODE3 /* Mux as GPIO for idle */ },