]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: add R8A7778 basis support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 21 Mar 2013 10:01:36 +0000 (03:01 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 28 Mar 2013 07:40:37 +0000 (16:40 +0900)
commit52b3657a9ea23eb0f14eb5b6f5a84676d410f287
treeeb0e4291b7e0fa4f6d99201db39be20b272bdb99
parente1b8b96f16b02c58f9458a2f4a026e1974160b48
ARM: shmobile: add R8A7778 basis support

Add initial support for the R8A7778 R-Car M1A SoC.
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.

It is based on v1.0 datasheet

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7778.dtsi [new file with mode: 0644]
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/clock-r8a7778.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/r8a7778.h [new file with mode: 0644]
arch/arm/mach-shmobile/setup-r8a7778.c [new file with mode: 0644]