|
@@ -0,0 +1,17 @@
|
|
|
+/*
|
|
|
+ * omap_hwmod_2xxx_ipblock_data.c - common IP block data for OMAP2xxx
|
|
|
+ *
|
|
|
+ * Copyright (C) 2011 Nokia Corporation
|
|
|
+ * Paul Walmsley
|
|
|
+ *
|
|
|
+ * 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/platform_data/gpio-omap.h>
|
|
|
+#include <linux/omap-dma.h>
|
|
|
+#include <plat/dmtimer.h>
|
|
|
+#include <linux/platform_data/spi-omap2-mcspi.h>
|
|
|
+
|
|
|
+#include "omap_hwmod.h"
|