From patchwork Wed Oct 7 09:07:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Reddy, Teerth" X-Patchwork-Id: 52235 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 n979DY8S014556 for ; Wed, 7 Oct 2009 09:13:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933896AbZJGJIX (ORCPT ); Wed, 7 Oct 2009 05:08:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933106AbZJGJIX (ORCPT ); Wed, 7 Oct 2009 05:08:23 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:59882 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933841AbZJGJIX convert rfc822-to-8bit (ORCPT ); Wed, 7 Oct 2009 05:08:23 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id n9797hsL028689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 7 Oct 2009 04:07:46 -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 n9797hbD026190 for ; Wed, 7 Oct 2009 14:37:43 +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:37:42 +0530 From: "Reddy, Teerth" To: "linux-omap@vger.kernel.org" Date: Wed, 7 Oct 2009 14:37:42 +0530 Subject: [PATCH]ZOOM2: Initialization of SDRC params on Zoom2 Thread-Topic: [PATCH]ZOOM2: Initialization of SDRC params on Zoom2 Thread-Index: AcpHLaCV4q/1z7vVRCul+9pi3kOrTw== Message-ID: <5A47E75E594F054BAF48C5E4FC4B92AB030A3327D9@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(); }