]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: shmobile: Initial r8a7791 SoC support
authorHisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Wed, 4 Sep 2013 03:45:57 +0000 (12:45 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 30 Sep 2013 07:11:12 +0000 (16:11 +0900)
commit52903d03c25fdfab0dae27adfddcd394716d78d6
treea8cee5b33c65e136837a3e28ba6c4d005b2700d1
parentbf248b4b4309ae407441ecaec6f4d050015a8ab5
ARM: shmobile: Initial r8a7791 SoC support

Add initial support for the r8a7791 SoC including:
 - Single Cortex-A15 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: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Ryo Kataoka <ryo.kataoka.wt@renesas.com>
[damm@opensource.se: Forward ported to upstream, dropped not-yet-ready code]
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi [new file with mode: 0644]
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/clock-r8a7791.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/r8a7791.h [new file with mode: 0644]
arch/arm/mach-shmobile/setup-r8a7791.c [new file with mode: 0644]