diff options
author | Magnus Damm <damm@opensource.se> | 2013-03-26 10:34:24 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-02 10:58:19 +0900 |
commit | eccf0607e450f5c6ca2af5d826d9308e8cdb6848 (patch) | |
tree | 6ab9e2d3fc478f8ec0eeb38270d7bc2687da3664 /arch/arm/mach-shmobile/include | |
parent | 4c82e452732784419fd616cf1acf2bc9b004aae1 (diff) | |
download | talos-obmc-linux-eccf0607e450f5c6ca2af5d826d9308e8cdb6848.tar.gz talos-obmc-linux-eccf0607e450f5c6ca2af5d826d9308e8cdb6848.zip |
ARM: shmobile: Initial r8a73a4 SoC support V3
V3 of initial support for the r8a73a4 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')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a73a4.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a73a4.h b/arch/arm/mach-shmobile/include/mach/r8a73a4.h new file mode 100644 index 000000000000..6db3495479d8 --- /dev/null +++ b/arch/arm/mach-shmobile/include/mach/r8a73a4.h @@ -0,0 +1,7 @@ +#ifndef __ASM_R8A73A4_H__ +#define __ASM_R8A73A4_H__ + +void r8a73a4_add_standard_devices(void); +void r8a73a4_clock_init(void); + +#endif /* __ASM_R8A73A4_H__ */ |