diff options
author | Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> | 2013-09-04 05:45:57 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-09-30 09:11:12 +0200 |
commit | 0d0771ab2bd5f57a62db91f26bba1e9f522d16cb (patch) | |
tree | a8cee5b33c65e136837a3e28ba6c4d005b2700d1 /arch/arm/mach-shmobile/include/mach | |
parent | ARM: shmobile: r8a7778: add SSI/SRU clock support (diff) | |
download | linux-0d0771ab2bd5f57a62db91f26bba1e9f522d16cb.tar.xz linux-0d0771ab2bd5f57a62db91f26bba1e9f522d16cb.zip |
ARM: shmobile: Initial r8a7791 SoC support
Add initial support for the r8a7791 SoC including:
- Single Cortex-A15 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: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Ryo Kataoka <ryo.kataoka.wt@renesas.com>
[damm@opensource.se: Forward ported to upstream, dropped not-yet-ready 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')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7791.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7791.h b/arch/arm/mach-shmobile/include/mach/r8a7791.h new file mode 100644 index 000000000000..43b7206998da --- /dev/null +++ b/arch/arm/mach-shmobile/include/mach/r8a7791.h @@ -0,0 +1,6 @@ +#ifndef __ASM_R8A7791_H__ +#define __ASM_R8A7791_H__ + +void r8a7791_clock_init(void); + +#endif /* __ASM_R8A7791_H__ */ |