aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorBastian Hecht <hechtb@gmail.com>2013-04-17 06:34:06 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-06-04 04:41:53 -0400
commit76b92b4043f2303b443645b5609a8867e8a8b5d7 (patch)
tree5ac905b6301b9bc791bbd7834e5301666095cfb6 /arch/arm/boot/dts/Makefile
parent47016c7186faf7e0deae52d52ac6943df0e65154 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index b9f7121e6ecf..cb312592342b 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -162,6 +162,7 @@ dtb-$(CONFIG_ARCH_U8500) += snowball.dtb \
162dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \ 162dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \
163 r8a7740-armadillo800eva.dtb \ 163 r8a7740-armadillo800eva.dtb \
164 r8a7778-bockw.dtb \ 164 r8a7778-bockw.dtb \
165 r8a7740-armadillo800eva-reference.dtb \
165 r8a7779-marzen-reference.dtb \ 166 r8a7779-marzen-reference.dtb \
166 r8a7790-lager.dtb \ 167 r8a7790-lager.dtb \
167 sh73a0-kzm9g.dtb \ 168 sh73a0-kzm9g.dtb \