]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ARM: shmobile: Initial r8a7791 and Koelsch multiplatform support
authorMagnus Damm <damm@opensource.se>
Wed, 6 Nov 2013 10:40:01 +0000 (19:40 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:24:23 +0000 (17:24 +0900)
commit6d75bc6439ec3f4ae45db1e501177382d0582591
tree1e8bcfe9d684187a6caf737245185b86847d4e96
parent478e2f9ca5ac9862a5cac0798814ba7d6a5de002
ARM: shmobile: Initial r8a7791 and Koelsch multiplatform support

Add Koelsch and r8a7791 to CONFIG_SHMOBILE_MULTI. At this
point CCF is not yet supported so you cannot run this code
yet. For CCF support to happen several different components
are needed, and this is one simple portion that moves us
forward. Other patches need to build on top of this one.

Koelsch board support exists in 3 flavors:
1) SHMOBILE_MULTI, MACH_KOELSCH - board-koelsch-reference.c (CCF + DT)
2) SHMOBILE, MACH_KOELSCH_REFERENCE - board-koelsch-reference.c (DT)
3) SHMOBILE, MACH_KOELSCH - board-koelsch.c (legacy C code)

When CCF is done then 2) will be removed. When 1) includes same features
as 3) then 3) will be removed.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/Makefile
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/board-koelsch-reference.c