]> git.karo-electronics.de Git - karo-tx-linux.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>
Sat, 25 May 2013 04:52:52 +0000 (13:52 +0900)
commit868db44142deced319cf3fa2106e469cb8b77a6a
tree1b394d460f65b344c75cee483160831b26353485
parent81b57f571e114094ce1aeaed7939799710620f6c
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]