From patchwork Fri Aug 6 12:31:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: charu@ti.com X-Patchwork-Id: 117783 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o76CSdEw015892 for ; Fri, 6 Aug 2010 12:28:39 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932324Ab0HFM2i (ORCPT ); Fri, 6 Aug 2010 08:28:38 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:41635 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752668Ab0HFM2h (ORCPT ); Fri, 6 Aug 2010 08:28:37 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o76CSWhO017484 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Aug 2010 07:28:35 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o76CSRrf022042; Fri, 6 Aug 2010 17:58:28 +0530 (IST) From: Charulatha V To: linux-omap@vger.kernel.org Cc: paul@pwsan.com, khilman@deeprootsystems.com, b-cousson@ti.com, rnayak@ti.com, Charulatha V , "Basak, Partha" Subject: [PATCH] OMAP4: HWMOD: Do omap_hwmod_late_init for OMAP4 Date: Fri, 6 Aug 2010 18:01:13 +0530 Message-Id: <1281097873-24094-1-git-send-email-charu@ti.com> X-Mailer: git-send-email 1.6.3.3 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]); Fri, 06 Aug 2010 12:28:39 +0000 (UTC) diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index b89e678..9b15f46 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -345,7 +345,7 @@ void __init omap2_init_common_hw(struct omap_sdrc_params *sdrc_cs0, #ifndef CONFIG_PM_RUNTIME skip_setup_idle = 1; #endif - if (cpu_is_omap24xx() || cpu_is_omap34xx()) /* FIXME: OMAP4 */ + if (cpu_is_omap24xx() || cpu_is_omap34xx() || cpu_is_omap44xx()) omap_hwmod_late_init(skip_setup_idle); if (cpu_is_omap24xx() || cpu_is_omap34xx()) {