]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: lager: Add DT reference
authorSimon Horman <horms+renesas@verge.net.au>
Fri, 28 Jun 2013 04:42:16 +0000 (13:42 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 17 Jul 2013 05:30:03 +0000 (14:30 +0900)
commit6dace67f9bd43cdfc2de3ff1a573420ecfc33390
tree220bce899bc7713561cdf94c3b3725cb9b82acee
parentb88cf6f732946874aaf3e0528459e0f0271dfcec
ARM: shmobile: lager: Add DT reference

This is sufficient to allow boot of the Lager board with
a console without boards-lager.c compiled into the kernel.
This is an example of a minimal but still useful initialisation
of the board using DT as much as possible.

As such it is the same as the boot of Lager that can be achieved
without a board file. The intention of adding this file
is to facilitate further work to allow board specific devices to be
initialised via DT.

Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/r8a7790-lager-reference.dts [new file with mode: 0644]
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/Makefile.boot
arch/arm/mach-shmobile/board-lager-reference.c [new file with mode: 0644]
arch/arm/mach-shmobile/include/mach/r8a7790.h
arch/arm/mach-shmobile/setup-r8a7790.c