Add new board file for OMAP3 Beagle Board.
For more info regarding this board visit http://beagleboard.org
Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
Add new board file for OMAP3 Beagle Board.
For more info regarding this board visit http://beagleboard.org
Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
Add new board file for OMAP3 Beagle Board.
For more info regarding this board visit http://beagleboard.org
Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
---
arch/arm/mach-omap2/board-omap3beagle.c | 79 ++++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)Index: my_branch/arch/arm/mach-omap2/board-omap3beagle.c
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ my_branch/arch/arm/mach-omap2/board-omap3beagle.c 2008-04-16 14:45:52.000000000 +0530
@@ -0,0 +1,79 @@
+/*
+ * linux/arch/arm/mach-omap2/board-omap3beagle.c
+ *
+ * Copyright (C) 2008 Texas Instruments
+ *
+ * Modified from mach-omap2/board-3430sdp.c
+ *
+ * Initial code: Syed Mohammed Khasim
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include <linux/kernel.h>
+#include <linux/init.h>
+#include <linux/platform_device.h>
+#include <linux/delay.h>
+#include <linux/err.h>
+#include <linux/clk.h>
+#include <linux/io.h>
+
+#include <asm/hardware.h>
where's the board-omap3beagle.h ?
there's only the .c file so hardware.h is not adding anything here?