diff options
author | Magnus Damm <damm@opensource.se> | 2013-09-18 22:11:11 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-08 02:53:00 +0200 |
commit | e3da5b36d48a8e55d1549da016e4c38ff3c0d0fc (patch) | |
tree | 20328faba54834a82ec34559edc49d33123331df /arch/arm/mach-shmobile/include | |
parent | ARM: shmobile: r8a7791 Arch timer workaround (diff) | |
download | linux-e3da5b36d48a8e55d1549da016e4c38ff3c0d0fc.tar.xz linux-e3da5b36d48a8e55d1549da016e4c38ff3c0d0fc.zip |
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.h | 7 |
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 000000000000..f78062e98bd4 --- /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__ */ |