ARM: shmobile: Initial r8a73a4 SoC support V3
authorMagnus Damm <damm@opensource.se>
Tue, 26 Mar 2013 01:34:24 +0000 (10:34 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 2 Apr 2013 01:58:19 +0000 (10:58 +0900)
commiteccf0607e450f5c6ca2af5d826d9308e8cdb6848
tree6ab9e2d3fc478f8ec0eeb38270d7bc2687da3664
parent4c82e452732784419fd616cf1acf2bc9b004aae1
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>
arch/arm/boot/dts/r8a73a4.dtsi [new file with mode: 0644]
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/clock-r8a73a4.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/r8a73a4.h [new file with mode: 0644]
arch/arm/mach-shmobile/setup-r8a73a4.c [new file with mode: 0644]