From patchwork Thu Mar 10 12:10:58 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: 624411 X-Patchwork-Delegate: paul@pwsan.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 p2ACCtEH026726 for ; Thu, 10 Mar 2011 12:12:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752655Ab1CJMMw (ORCPT ); Thu, 10 Mar 2011 07:12:52 -0500 Received: from smtp.nokia.com ([147.243.128.24]:31036 "EHLO mgw-da01.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752517Ab1CJMMv (ORCPT ); Thu, 10 Mar 2011 07:12:51 -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 p2ACCiwq032230; Thu, 10 Mar 2011 14:12:44 +0200 Received: from kalle-t43.nmp.nokia.com ([trdhcp215135.nmp.nokia.com [172.22.215.135]]) by mgw-da01.nokia.com with RELAY id p2ACCIFP031785 ; Thu, 10 Mar 2011 14:12:29 +0200 From: Kalle Jokiniemi To: linux-watchdog@vger.kernel.org, wim@iguana.be, khilman@ti.com, linux-omap@vger.kernel.org, tony@atomide.com Cc: jhnikula@gmail.com, ilkka.koskinen@nokia.com, Paul Walmsley , Kalle Jokiniemi , Benoit Cousson Subject: [PATCH 2/2] OMAP3: wdtimer: Fix CORE idle transition Date: Thu, 10 Mar 2011 14:10:58 +0200 Message-Id: <1299759058-26342-3-git-send-email-kalle.jokiniemi@nokia.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1299759058-26342-1-git-send-email-kalle.jokiniemi@nokia.com> References: <1299759058-26342-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 12:12:55 +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..ebd3309 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -1293,6 +1293,11 @@ 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), + /* + * XXX: Use software supervised mode, HW supervised smartidle seems to + * block CORE power domain idle transitions. Maybe a HW bug in wdt2? + */ + .flags = HWMOD_SWSUP_SIDLE, }; /* UART common */