From patchwork Thu Oct 8 08:26:02 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Reddy, Teerth" X-Patchwork-Id: 52445 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 n988U6C7015112 for ; Thu, 8 Oct 2009 08:30:06 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755380AbZJHI0p (ORCPT ); Thu, 8 Oct 2009 04:26:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755299AbZJHI0o (ORCPT ); Thu, 8 Oct 2009 04:26:44 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:37064 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755278AbZJHI0n convert rfc822-to-8bit (ORCPT ); Thu, 8 Oct 2009 04:26:43 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id n988Q4Cr031975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 8 Oct 2009 03:26:06 -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 n988Q3ZK006058 for ; Thu, 8 Oct 2009 13:56:03 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde71.ent.ti.com ([172.24.170.149]) with mapi; Thu, 8 Oct 2009 13:56:03 +0530 From: "Reddy, Teerth" To: "linux-omap@vger.kernel.org" Date: Thu, 8 Oct 2009 13:56:02 +0530 Subject: [PATCH]ZOOM2: Initialization of SDRC params on Zoom2 Thread-Topic: [PATCH]ZOOM2: Initialization of SDRC params on Zoom2 Thread-Index: AcpH8Pi8fSZiDzL6SYOmm0nHfaEPlA== Message-ID: <5A47E75E594F054BAF48C5E4FC4B92AB030A3D05E3@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-2.6/arch/arm/mach-omap2/board-zoom2.c =================================================================== --- linux-omap-2.6.orig/arch/arm/mach-omap2/board-zoom2.c +++ linux-omap-2.6/arch/arm/mach-omap2/board-zoom2.c @@ -25,6 +25,7 @@ #include #include "mmc-twl4030.h" +#include "sdram-micron-mt46h32m32lf-6.h" /* Zoom2 has Qwerty keyboard*/ static int board_keymap[] = { @@ -213,7 +214,8 @@ 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); + omap2_init_common_hw(mt46h32m32lf6_sdrc_params, + mt46h32m32lf6_sdrc_params); omap_init_irq(); omap_gpio_init(); }