summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/board-zoom.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-10-08 16:11:22 (GMT)
committerTony Lindgren <tony@atomide.com>2012-10-17 18:36:46 (GMT)
commit8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc (patch)
tree0225cc3dd7829d3948102c5263a341bb0a5c5c2d /arch/arm/mach-omap2/board-zoom.h
parent54b693d46772f59fcfcb2cdd0f8b4bff2392b188 (diff)
downloadlinux-fsl-qoriq-8599e7c58786e3aef0bdb0fa093fd5150ae8a9bc.tar.xz
ARM: OMAP2+: Make board-zoom.h local
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-zoom.h')
-rw-r--r--arch/arm/mach-omap2/board-zoom.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-zoom.h b/arch/arm/mach-omap2/board-zoom.h
new file mode 100644
index 0000000..2e94869
--- /dev/null
+++ b/arch/arm/mach-omap2/board-zoom.h
@@ -0,0 +1,10 @@
+/*
+ * Defines for zoom boards
+ */
+#include <video/omapdss.h>
+
+#define ZOOM_NAND_CS 0
+
+extern int __init zoom_debugboard_init(void);
+extern void __init zoom_peripherals_init(void);
+extern void __init zoom_display_init(void);