summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/include
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2012-05-16 06:44:58 (GMT)
committerRafael J. Wysocki <rjw@sisk.pl>2012-05-17 22:14:01 (GMT)
commit7f627f0380cb5ba3e05bcaac31ecf40c1f508ec1 (patch)
treec9a6738e73afdeb7aca1bef4d0114b1f3fc7428c /arch/arm/mach-shmobile/include
parenta07e103ef08c6907d695a06467d7ee950796fccf (diff)
downloadlinux-fsl-qoriq-7f627f0380cb5ba3e05bcaac31ecf40c1f508ec1.tar.xz
mach-shmobile: Emma Mobile EV2 SoC base support V3
This is V3 of the Emma Mobile EV2 SoC support. Included here is support for serial and timer devices which is just about enough to boot a kernel. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r--arch/arm/mach-shmobile/include/mach/emev2.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/emev2.h b/arch/arm/mach-shmobile/include/mach/emev2.h
new file mode 100644
index 0000000..92646c1
--- /dev/null
+++ b/arch/arm/mach-shmobile/include/mach/emev2.h
@@ -0,0 +1,9 @@
+#ifndef __ASM_EMEV2_H__
+#define __ASM_EMEV2_H__
+
+extern void emev2_init_irq(void);
+extern void emev2_add_early_devices(void);
+extern void emev2_add_standard_devices(void);
+extern void emev2_clock_init(void);
+
+#endif /* __ASM_EMEV2_H__ */