summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/include/mach/r8a7790.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-03-27 15:49:34 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-04-02 02:02:19 (GMT)
commit0468b2d6b6ae71699c22e67701e23d6ca8ff3046 (patch)
tree884b797637b1796c8769917904756ee58c635e36 /arch/arm/mach-shmobile/include/mach/r8a7790.h
parent60e3a566897dcdd8621464ff46f4537903c2255a (diff)
downloadlinux-0468b2d6b6ae71699c22e67701e23d6ca8ff3046.tar.xz
ARM: shmobile: Initial r8a7790 SoC support
Add initial support for the r8a7790 SoC including: - Single Cortex-A15 CPU Core - GIC - Architecture timer 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/mach/r8a7790.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/r8a7790.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7790.h b/arch/arm/mach-shmobile/include/mach/r8a7790.h
new file mode 100644
index 0000000..f38ded6
--- /dev/null
+++ b/arch/arm/mach-shmobile/include/mach/r8a7790.h
@@ -0,0 +1,7 @@
+#ifndef __ASM_R8A7790_H__
+#define __ASM_R8A7790_H__
+
+void r8a7790_add_standard_devices(void);
+void r8a7790_clock_init(void);
+
+#endif /* __ASM_R8A7790_H__ */