From patchwork Thu Mar 10 10:54:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: kalle.jokiniemi@nokia.com X-Patchwork-Id: 624341 X-Patchwork-Delegate: b-cousson@ti.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 p2AAu7Bs023590 for ; Thu, 10 Mar 2011 10:56:07 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752701Ab1CJKzz (ORCPT ); Thu, 10 Mar 2011 05:55:55 -0500 Received: from smtp.nokia.com ([147.243.128.24]:49259 "EHLO mgw-da01.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751911Ab1CJKzy (ORCPT ); Thu, 10 Mar 2011 05:55:54 -0500 Received: from nokia.com (localhost [127.0.0.1]) by mgw-da01.nokia.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id p2AAtp3v023282; Thu, 10 Mar 2011 12:55:51 +0200 Received: from kalle-t43.nmp.nokia.com ([trdhcp215135.nmp.nokia.com [172.22.215.135]]) by mgw-da01.nokia.com with RELAY id p2AAtSn9022920 ; Thu, 10 Mar 2011 12:55:36 +0200 From: Kalle Jokiniemi To: paul@pwsan.com, khilman@ti.com, tony@atomide.com Cc: linux-omap@vger.kernel.org, Kalle Jokiniemi Subject: [PATCH 2/2] OMAP3: wdtimer: Fix CORE idle transition Date: Thu, 10 Mar 2011 12:54:08 +0200 Message-Id: <1299754448-24888-3-git-send-email-kalle.jokiniemi@nokia.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1299754448-24888-1-git-send-email-kalle.jokiniemi@nokia.com> References: <1299754448-24888-1-git-send-email-kalle.jokiniemi@nokia.com> X-Nokia-AV: Clean 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]); Thu, 10 Mar 2011 10:56:08 +0000 (UTC) diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index 196a834..a99a4f3 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -1293,6 +1293,7 @@ static struct omap_hwmod omap3xxx_wd_timer2_hwmod = { .slaves = omap3xxx_wd_timer2_slaves, .slaves_cnt = ARRAY_SIZE(omap3xxx_wd_timer2_slaves), .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430), + .flags = HWMOD_SWSUP_SIDLE, }; /* UART common */