From patchwork Wed Oct 7 08:57:27 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Reddy, Teerth" X-Patchwork-Id: 52234 X-Patchwork-Delegate: khilman@deeprootsystems.com 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 n979DY8P014556 for ; Wed, 7 Oct 2009 09:13:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934061AbZJGI6Q (ORCPT ); Wed, 7 Oct 2009 04:58:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934043AbZJGI6O (ORCPT ); Wed, 7 Oct 2009 04:58:14 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:38027 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932927AbZJGI6K convert rfc822-to-8bit (ORCPT ); Wed, 7 Oct 2009 04:58:10 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id n978vUBr021156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Oct 2009 03:57:32 -0500 Received: from dbde70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id n978vSZB021668; Wed, 7 Oct 2009 14:27:28 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde70.ent.ti.com ([172.24.170.148]) with mapi; Wed, 7 Oct 2009 14:27:27 +0530 From: "Reddy, Teerth" To: "linux-omap@vger.kernel.org" , Kevin Hilman Date: Wed, 7 Oct 2009 14:27:27 +0530 Subject: [PATCH]PM: Initialization of SDRC params for DVFS on Zoom2 Thread-Topic: [PATCH]PM: Initialization of SDRC params for DVFS on Zoom2 Thread-Index: AcpHLDGXFWEduF5JRFCIZhT7KoEqNA== Message-ID: <5A47E75E594F054BAF48C5E4FC4B92AB030A3327C7@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 Index: linux-omap-pm/arch/arm/mach-omap2/board-zoom2.c =================================================================== --- linux-omap-pm.orig/arch/arm/mach-omap2/board-zoom2.c +++ linux-omap-pm/arch/arm/mach-omap2/board-zoom2.c @@ -26,6 +26,7 @@ #include "mmc-twl4030.h" #include "omap3-opp.h" +#include "sdram-micron-mt46h32m32lf-6.h" /* Zoom2 has Qwerty keyboard*/ static int board_keymap[] = { @@ -214,8 +215,9 @@ static void __init omap_zoom2_init_irq(v { omap_board_config = zoom2_config; omap_board_config_size = ARRAY_SIZE(zoom2_config); - omap2_init_common_hw(NULL, NULL, omap3_mpu_rate_table, - omap3_dsp_rate_table, omap3_l3_rate_table); + omap2_init_common_hw(mt46h32m32lf6_sdrc_params, + mt46h32m32lf6_sdrc_params, omap3_mpu_rate_table, + omap3_dsp_rate_table, omap3_l3_rate_table); omap_init_irq(); omap_gpio_init(); }