From patchwork Mon Jul 25 13:40:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hrishikesh Bhandiwad X-Patchwork-Id: 1004372 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p6PDgfLg004708 for ; Mon, 25 Jul 2011 13:42:41 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751396Ab1GYNmi (ORCPT ); Mon, 25 Jul 2011 09:42:38 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:52851 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751212Ab1GYNmi (ORCPT ); Mon, 25 Jul 2011 09:42:38 -0400 Received: from dlep34.itg.ti.com ([157.170.170.115]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id p6PDgYmG021502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 25 Jul 2011 08:42:34 -0500 Received: from dlep26.itg.ti.com (smtp-le.itg.ti.com [157.170.170.27]) by dlep34.itg.ti.com (8.13.7/8.13.8) with ESMTP id p6PDgXBP003358; Mon, 25 Jul 2011 08:42:33 -0500 (CDT) Received: from dbde70.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id p6PDgP6H026014; Mon, 25 Jul 2011 08:42:33 -0500 (CDT) Received: from dbdp31.itg.ti.com (172.24.170.98) by DBDE70.ent.ti.com (172.24.170.148) with Microsoft SMTP Server id 8.3.106.1; Mon, 25 Jul 2011 19:10:58 +0530 Received: from localhost.localdomain (dbdp20.itg.ti.com [172.24.170.38]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id p6PDerdg018755; Mon, 25 Jul 2011 19:10:54 +0530 (IST) From: Hrishikesh Bhandiwad To: , , , CC: Hrishikesh Bhandiwad , Vaibhav Hiremath , Sanjeev Premi Subject: [PATCH] OMAP3: NAND: Adding NAND support and specifying NAND partitions. Date: Mon, 25 Jul 2011 19:10:53 +0530 Message-ID: <1311601253-2933-1-git-send-email-hrishikesh.b@ti.com> X-Mailer: git-send-email 1.6.2.4 MIME-Version: 1.0 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.6 (demeter1.kernel.org [140.211.167.41]); Mon, 25 Jul 2011 13:42:41 +0000 (UTC) This patch adds the NAND support on OMAP3EVM board and also allocates five partitions on NAND. Referred to file: arch/arm/mach-omap2/board-omap3beagle.c Signed-off-by: Vaibhav Hiremath Signed-off-by: Sanjeev Premi Signed-off-by: Hrishikesh Bhandiwad --- arch/arm/mach-omap2/board-omap3evm.c | 40 ++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index b4d4346..be45b63 100644 --- a/arch/arm/mach-omap2/board-omap3evm.c +++ b/arch/arm/mach-omap2/board-omap3evm.c @@ -30,6 +30,10 @@ #include #include +#include +#include +#include + #include #include #include @@ -46,6 +50,8 @@ #include #include