From patchwork Wed May 26 23:05:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 102525 X-Patchwork-Delegate: khilman@deeprootsystems.com 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 o4QN5UpG002529 for ; Wed, 26 May 2010 23:05:30 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757419Ab0EZXF3 (ORCPT ); Wed, 26 May 2010 19:05:29 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:63990 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755110Ab0EZXF2 (ORCPT ); Wed, 26 May 2010 19:05:28 -0400 Received: by pvg3 with SMTP id 3so1350260pvg.19 for ; Wed, 26 May 2010 16:05:28 -0700 (PDT) Received: by 10.142.207.19 with SMTP id e19mr6407627wfg.186.1274915128322; Wed, 26 May 2010 16:05:28 -0700 (PDT) Received: from localhost (c-24-18-179-55.hsd1.wa.comcast.net [24.18.179.55]) by mx.google.com with ESMTPS id 20sm425707pzk.3.2010.05.26.16.05.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 May 2010 16:05:27 -0700 (PDT) From: Kevin Hilman To: linux-omap@vger.kernel.org Subject: [PATCH pm-wip/uart 4/4] 24xx: need .module_offs = CORE_MOD Date: Wed, 26 May 2010 16:05:15 -0700 Message-Id: <1274915115-28355-5-git-send-email-khilman@deeprootsystems.com> X-Mailer: git-send-email 1.7.0.2 In-Reply-To: <1274915115-28355-1-git-send-email-khilman@deeprootsystems.com> References: <1274915115-28355-1-git-send-email-khilman@deeprootsystems.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]); Wed, 26 May 2010 23:05:31 +0000 (UTC) diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index c1618a5..682eecd 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c @@ -239,6 +239,7 @@ static struct omap_hwmod omap2420_uart1_hwmod = { .main_clk = "uart1_fck", .prcm = { .omap2 = { + .module_offs = CORE_MOD, .prcm_reg_id = 1, .module_bit = OMAP24XX_EN_UART1_SHIFT, }, @@ -273,6 +274,7 @@ static struct omap_hwmod omap2420_uart2_hwmod = { .main_clk = "uart2_fck", .prcm = { .omap2 = { + .module_offs = CORE_MOD, .prcm_reg_id = 1, .module_bit = OMAP24XX_EN_UART2_SHIFT, }, @@ -307,6 +309,7 @@ static struct omap_hwmod omap2420_uart3_hwmod = { .main_clk = "uart3_fck", .prcm = { .omap2 = { + .module_offs = CORE_MOD, .prcm_reg_id = 2, .module_bit = OMAP24XX_EN_UART3_SHIFT, },