summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/include
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-09-18 20:11:11 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-10-08 00:53:00 (GMT)
commite3da5b36d48a8e55d1549da016e4c38ff3c0d0fc (patch)
tree20328faba54834a82ec34559edc49d33123331df /arch/arm/mach-shmobile/include
parentcd8344f4ddfe58ef9ca1743eff3a121f00b75302 (diff)
downloadlinux-e3da5b36d48a8e55d1549da016e4c38ff3c0d0fc.tar.xz
ARM: shmobile: Initial r7s72100 SoC support
Add initial support for the r7272100 SoC including: - Single Cortex-A9 CPU Core - GIC No static virtual mappings are used, all the components make use of ioremap(). DT_MACHINE_START is still wrapped in CONFIG_USE_OF to match other mach-shmobile code. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r--arch/arm/mach-shmobile/include/mach/r7s72100.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r7s72100.h b/arch/arm/mach-shmobile/include/mach/r7s72100.h
new file mode 100644
index 0000000..f78062e
--- /dev/null
+++ b/arch/arm/mach-shmobile/include/mach/r7s72100.h
@@ -0,0 +1,7 @@
+#ifndef __ASM_R7S72100_H__
+#define __ASM_R7S72100_H__
+
+void r7s72100_clock_init(void);
+void r7s72100_init_early(void);
+
+#endif /* __ASM_R7S72100_H__ */