From patchwork Mon Mar 15 23:04:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Aguirre Rodriguez, Sergio Alberto" X-Patchwork-Id: 86042 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2FN2VGI009293 for ; Mon, 15 Mar 2010 23:02:32 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937071Ab0COXCa (ORCPT ); Mon, 15 Mar 2010 19:02:30 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:54818 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937062Ab0COXC3 (ORCPT ); Mon, 15 Mar 2010 19:02:29 -0400 Received: from dlep33.itg.ti.com ([157.170.170.112]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id o2FN2Moo023866 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Mar 2010 18:02:22 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep33.itg.ti.com (8.13.7/8.13.7) with ESMTP id o2FN2LtI024103; Mon, 15 Mar 2010 18:02:21 -0500 (CDT) Received: from localhost (dtx0091359-ubuntu-1.am.dhcp.ti.com [128.247.79.73]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id o2FN2LZ29306; Mon, 15 Mar 2010 18:02:21 -0500 (CDT) From: Sergio Aguirre To: linux-arm-kernel@lists.infradead.org Cc: linux-omap@vger.kernel.org, Sergio Aguirre Subject: [PATCH 5/7] omap3: 3630sdp: Explicitly enable all UARTs Date: Mon, 15 Mar 2010 18:04:10 -0500 Message-Id: <1268694252-21985-6-git-send-email-saaguirre@ti.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1268694252-21985-1-git-send-email-saaguirre@ti.com> References: <1268694252-21985-1-git-send-email-saaguirre@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.3 (demeter.kernel.org [140.211.167.41]); Mon, 15 Mar 2010 23:02:32 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-3630sdp.c b/arch/arm/mach-omap2/board-3630sdp.c index a0a2a11..504d2bd 100644 --- a/arch/arm/mach-omap2/board-3630sdp.c +++ b/arch/arm/mach-omap2/board-3630sdp.c @@ -96,6 +96,7 @@ static struct omap_board_mux board_mux[] __initdata = { static void __init omap_sdp_init(void) { omap3_mux_init(board_mux, OMAP_PACKAGE_CBP); + omap_serial_init(); zoom_peripherals_init(); board_smc91x_init(); enable_board_wakeup_source();