From patchwork Fri May 15 18:40:47 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 24179 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n4FIfYxv005129 for ; Fri, 15 May 2009 18:41:36 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753692AbZEOSlX (ORCPT ); Fri, 15 May 2009 14:41:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754471AbZEOSlW (ORCPT ); Fri, 15 May 2009 14:41:22 -0400 Received: from mail-px0-f123.google.com ([209.85.216.123]:57189 "EHLO mail-px0-f123.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753692AbZEOSlW (ORCPT ); Fri, 15 May 2009 14:41:22 -0400 Received: by mail-px0-f123.google.com with SMTP id 29so1179213pxi.33 for ; Fri, 15 May 2009 11:41:23 -0700 (PDT) Received: by 10.114.211.2 with SMTP id j2mr5240486wag.139.1242412883814; Fri, 15 May 2009 11:41:23 -0700 (PDT) Received: from localhost ([216.254.16.51]) by mx.google.com with ESMTPS id v9sm1828382wah.1.2009.05.15.11.41.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 15 May 2009 11:41:23 -0700 (PDT) From: Kevin Hilman To: linux-arm-kernel@lists.arm.linux.org.uk Cc: linux-omap@vger.kernel.org, Kevin Hilman Subject: [PATCH 07/11] OMAP3: PM: D2D clockdomain supports SW supervised transitions Date: Fri, 15 May 2009 11:40:47 -0700 Message-Id: <1242412851-16606-8-git-send-email-khilman@deeprootsystems.com> X-Mailer: git-send-email 1.6.2.2 In-Reply-To: <1242412851-16606-7-git-send-email-khilman@deeprootsystems.com> References: <1242412851-16606-1-git-send-email-khilman@deeprootsystems.com> <1242412851-16606-2-git-send-email-khilman@deeprootsystems.com> <1242412851-16606-3-git-send-email-khilman@deeprootsystems.com> <1242412851-16606-4-git-send-email-khilman@deeprootsystems.com> <1242412851-16606-5-git-send-email-khilman@deeprootsystems.com> <1242412851-16606-6-git-send-email-khilman@deeprootsystems.com> <1242412851-16606-7-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 Signed-off-by: Kevin Hilman --- arch/arm/mach-omap2/clockdomains.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/clockdomains.h b/arch/arm/mach-omap2/clockdomains.h index 281d5da..fe319ae 100644 --- a/arch/arm/mach-omap2/clockdomains.h +++ b/arch/arm/mach-omap2/clockdomains.h @@ -195,7 +195,7 @@ static struct clockdomain sgx_clkdm = { static struct clockdomain d2d_clkdm = { .name = "d2d_clkdm", .pwrdm = { .name = "core_pwrdm" }, - .flags = CLKDM_CAN_HWSUP, + .flags = CLKDM_CAN_HWSUP_SWSUP, .clktrctrl_mask = OMAP3430ES1_CLKTRCTRL_D2D_MASK, .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430), };