]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: shmobile: armadillo800eva: Reference DT implementation
authorBastian Hecht <hechtb@gmail.com>
Wed, 17 Apr 2013 10:34:06 +0000 (12:34 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Jun 2013 08:41:53 +0000 (17:41 +0900)
commit76b92b4043f2303b443645b5609a8867e8a8b5d7
tree5ac905b6301b9bc791bbd7834e5301666095cfb6
parent47016c7186faf7e0deae52d52ac6943df0e65154
ARM: shmobile: armadillo800eva: Reference DT implementation

Provide alternate board code for the Armadillo800EVA to demonstrate how
DT may be used given the current state of driver device tree support.
This is intended to act as a reference for mach-shmobile developers.

This a rather bare bone version with the following devices supported:

 - GIC
 - irqpins
 - i2c0/1
 - touchscreen

Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts [new file with mode: 0644]
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/board-armadillo800eva-reference.c [new file with mode: 0644]