aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/include/mach/board-zoom.h
diff options
context:
space:
mode:
authorSukumar Ghorai <s-ghorai@ti.com>2010-07-09 14:27:48 +0000
committerTony Lindgren <tony@atomide.com>2010-08-02 15:46:29 +0300
commit7e7eb4263ee1f041a9f1b48738b98ef99ef73995 (patch)
treefc6da62dd53f1e2b8ed152c19ec848a116bc8257 /arch/arm/mach-omap2/include/mach/board-zoom.h
parentomap3 flash: rename board-sdp-flash.c to be use by other boards (diff)
downloadlinux-dev-7e7eb4263ee1f041a9f1b48738b98ef99ef73995.tar.xz
linux-dev-7e7eb4263ee1f041a9f1b48738b98ef99ef73995.zip
omap3: add support for NAND on zoom2 board
This patch adds NAND support to ZOOM2 board. Signed-off-by: Sukumar Ghorai <s-ghorai@ti.com> Signed-off-by: Vimal Singh <vimalsingh@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/include/mach/board-zoom.h')
-rw-r--r--arch/arm/mach-omap2/include/mach/board-zoom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/include/mach/board-zoom.h b/arch/arm/mach-omap2/include/mach/board-zoom.h
index c93b29e21b78..3af69d2c3dcd 100644
--- a/arch/arm/mach-omap2/include/mach/board-zoom.h
+++ b/arch/arm/mach-omap2/include/mach/board-zoom.h
@@ -1,5 +1,11 @@
/*
* Defines for zoom boards
*/
+#include <linux/mtd/mtd.h>
+#include <linux/mtd/partitions.h>
+
+#define ZOOM_NAND_CS 0
+
+extern void __init board_nand_init(struct mtd_partition *, u8 nr_parts, u8 cs);
extern int __init zoom_debugboard_init(void);
extern void __init zoom_peripherals_init(void);