From patchwork Thu Jul 30 13:02:16 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Reddy, Teerth" X-Patchwork-Id: 38326 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 n6UD2TTr008404 for ; Thu, 30 Jul 2009 13:02:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750952AbZG3NC1 (ORCPT ); Thu, 30 Jul 2009 09:02:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751061AbZG3NC1 (ORCPT ); Thu, 30 Jul 2009 09:02:27 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:38857 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750925AbZG3NC0 convert rfc822-to-8bit (ORCPT ); Thu, 30 Jul 2009 09:02:26 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id n6UD2KCa029446 for ; Thu, 30 Jul 2009 08:02:26 -0500 Received: from dbde71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id n6UD2KoM005044 for ; Thu, 30 Jul 2009 18:32:20 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde71.ent.ti.com ([172.24.170.149]) with mapi; Thu, 30 Jul 2009 18:32:19 +0530 From: "Reddy, Teerth" To: "linux-omap@vger.kernel.org" Date: Thu, 30 Jul 2009 18:32:16 +0530 Subject: [PATCH] PM: Enable DVFS for Zoom2 Thread-Topic: [PATCH] PM: Enable DVFS for Zoom2 Thread-Index: AcoRFfbbrRMjJrOdTeuBW+fACTQhUw== Message-ID: <5A47E75E594F054BAF48C5E4FC4B92AB0305F29A04@dbde02.ent.ti.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: Teerth Reddy This patch enables DVFS for Zoom2 and initializes the SDRC params and OPP tables. Signed-off-by: Teerth Reddy --- arch/arm/mach-omap2/board-zoom2.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/mach-omap2/board-zoom2.c b/arch/arm/mach-omap2/board-zoom2.c index 5742b55..f29c476 100644 --- a/arch/arm/mach-omap2/board-zoom2.c +++ b/arch/arm/mach-omap2/board-zoom2.c @@ -28,6 +28,7 @@ #include "mmc-twl4030.h" #include "omap3-opp.h" +#include "sdram-micron-mt46h32m32lf-6.h" #define ZOOM2_QUART_PHYS 0x10000000 #define ZOOM2_QUART_VIRT 0xFB000000 @@ -109,7 +110,7 @@ static void __init omap_zoom2_init_irq(void) { omap_board_config = zoom2_config; omap_board_config_size = ARRAY_SIZE(zoom2_config); - omap2_init_common_hw(NULL, omap3_mpu_rate_table, + omap2_init_common_hw(mt46h32m32lf6_sdrc_params, omap3_mpu_rate_table, omap3_dsp_rate_table, omap3_l3_rate_table); omap_init_irq(); omap_gpio_init();