aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorDaniel Tang <dt.tangr@gmail.com>2013-06-11 04:40:18 -0400
committerArnd Bergmann <arnd@arndb.de>2013-06-21 14:06:29 -0400
commitd907849e0dbaeacb34e0a6a3b49ebeaf8c49355e (patch)
tree2cd451d041d7c8dcb27c8ff89b00b92bf69431b4 /arch/arm/boot/dts/Makefile
parent7d132055814ef17a6c7b69f342244c410a5e000f (diff)
arm: Add device trees for TI-Nspire hardware
This patch adds device trees for describing the TI-Nspire hardware. Changes between v1 and v2: * Change "keymap" binding to the standard "linux,keymap" binding. Signed-off-by: Daniel Tang <dt.tangr@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index f0895c581a89..6191b1d84e9f 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -135,6 +135,9 @@ dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \
135 imx28-sps1.dtb \ 135 imx28-sps1.dtb \
136 imx28-tx28.dtb 136 imx28-tx28.dtb
137dtb-$(CONFIG_ARCH_NOMADIK) += ste-nomadik-s8815.dtb 137dtb-$(CONFIG_ARCH_NOMADIK) += ste-nomadik-s8815.dtb
138dtb-$(CONFIG_ARCH_NSPIRE) += nspire-cx.dtb \
139 nspire-tp.dtb \
140 nspire-clp.dtb
138dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ 141dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
139 omap3430-sdp.dtb \ 142 omap3430-sdp.dtb \
140 omap3-beagle.dtb \ 143 omap3-beagle.dtb \