aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/core.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2011-06-07 10:02:55 -0500
committerArnd Bergmann <arnd@arndb.de>2011-10-31 14:14:00 +0100
commit220e6cf7b793d702596506a8c4bf1f4fd4040df1 (patch)
treeba9f94611ca71799e67a66555c5124a0be975920 /arch/arm/mach-highbank/core.h
parent253d7addbcb06acc90eb722f122d32a6ccbf67a7 (diff)
downloadkernel_samsung_smdk4412-220e6cf7b793d702596506a8c4bf1f4fd4040df1.zip
kernel_samsung_smdk4412-220e6cf7b793d702596506a8c4bf1f4fd4040df1.tar.gz
kernel_samsung_smdk4412-220e6cf7b793d702596506a8c4bf1f4fd4040df1.tar.bz2
ARM: add Highbank core platform support
This adds basic support for the Calxeda Highbank platform. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Jamie Iles <jamie@jamieiles.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-highbank/core.h')
-rw-r--r--arch/arm/mach-highbank/core.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/core.h b/arch/arm/mach-highbank/core.h
new file mode 100644
index 0000000..7e33fc9
--- /dev/null
+++ b/arch/arm/mach-highbank/core.h
@@ -0,0 +1,9 @@
+extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
+extern void highbank_clocks_init(void);
+extern void __iomem *scu_base_addr;
+#ifdef CONFIG_DEBUG_HIGHBANK_UART
+extern void highbank_lluart_map_io(void);
+#else
+static inline void highbank_lluart_map_io(void) {}
+#endif
+