]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: shmobile: Initial r7s72100 SoC support
authorMagnus Damm <damm@opensource.se>
Wed, 18 Sep 2013 20:11:11 +0000 (05:11 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 8 Oct 2013 00:29:16 +0000 (09:29 +0900)
commit0086df273cf8c7e270f8930cc42d7dad15060516
tree9c6aeec0abfb0ffe74779c169c926c0496a42c01
parentca1e6f22a0ab5ae6ec2114993a23d5814f0799c7
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>
arch/arm/boot/dts/r7s72100.dtsi [new file with mode: 0644]
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/clock-r7s72100.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/r7s72100.h [new file with mode: 0644]
arch/arm/mach-shmobile/setup-r7s72100.c [new file with mode: 0644]