]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: Initial r8a7790 SoC support
authorMagnus Damm <damm@opensource.se>
Wed, 27 Mar 2013 15:49:34 +0000 (00:49 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 1 Apr 2013 06:00:17 +0000 (15:00 +0900)
commit72702da2bd405e3957d72c90bf6163c5da2ce001
tree4eb623fde736cac4594567f7e5378d92aa00cde6
parent8de5a1404910937892d68f9d8a73efb48efae24c
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>
arch/arm/boot/dts/r8a7790.dtsi [new file with mode: 0644]
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/clock-r8a7790.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/r8a7790.h [new file with mode: 0644]
arch/arm/mach-shmobile/setup-r8a7790.c [new file with mode: 0644]