From patchwork Wed Sep 29 19:40:51 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 218092 X-Patchwork-Delegate: khilman@deeprootsystems.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 o8TJfg26023443 for ; Wed, 29 Sep 2010 19:41:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755698Ab0I2Tkz (ORCPT ); Wed, 29 Sep 2010 15:40:55 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:37280 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755617Ab0I2Tky (ORCPT ); Wed, 29 Sep 2010 15:40:54 -0400 Received: by pzk34 with SMTP id 34so283955pzk.19 for ; Wed, 29 Sep 2010 12:40:53 -0700 (PDT) Received: by 10.143.156.3 with SMTP id i3mr1873356wfo.261.1285789253484; Wed, 29 Sep 2010 12:40:53 -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 o16sm10609886wfh.19.2010.09.29.12.40.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Sep 2010 12:40:52 -0700 (PDT) From: Kevin Hilman To: "Nayak\, Rajendra" Cc: "Raja\, Govindraj" , Tony Lindgren , "linux-omap\@vger.kernel.org" , "Varadarajan\, Charulatha" Subject: Re: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c Organization: Deep Root Systems, LLC References: <8762xpenf8.fsf@deeprootsystems.com> <20100928201844.GI3117@atomide.com> <87d3rxblfu.fsf@deeprootsystems.com> <0680EC522D0CC943BC586913CF3768C003FF2DAF48@dbde02.ent.ti.com> <0680EC522D0CC943BC586913CF3768C003FF2DAF49@dbde02.ent.ti.com> <87bp7gz7by.fsf@deeprootsystems.com> <0680EC522D0CC943BC586913CF3768C003FF2DAF53@dbde02.ent.ti.com> Date: Wed, 29 Sep 2010 12:40:51 -0700 In-Reply-To: <0680EC522D0CC943BC586913CF3768C003FF2DAF53@dbde02.ent.ti.com> (Rajendra Nayak's message of "Thu, 30 Sep 2010 00:58:12 +0530") Message-ID: <87vd5oxrr0.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 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 (demeter1.kernel.org [140.211.167.41]); Wed, 29 Sep 2010 19:41:43 +0000 (UTC) diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c index 92f4ec0..5b61f7c 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c @@ -449,9 +449,9 @@ static struct omap_hwmod omap2430_uart3_hwmod = { .prcm = { .omap2 = { .module_offs = CORE_MOD, - .prcm_reg_id = 1, + .prcm_reg_id = 2, .module_bit = OMAP24XX_EN_UART3_SHIFT, - .idlest_reg_id = 1, + .idlest_reg_id = 2, .idlest_idle_bit = OMAP24XX_EN_UART3_SHIFT, }, },