diff options
author | Daniel Tang <dt.tangr@gmail.com> | 2013-06-11 18:40:18 +1000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-21 20:06:29 +0200 |
commit | d907849e0dbaeacb34e0a6a3b49ebeaf8c49355e (patch) | |
tree | 2cd451d041d7c8dcb27c8ff89b00b92bf69431b4 /arch/arm/boot/dts/Makefile | |
parent | 7d132055814ef17a6c7b69f342244c410a5e000f (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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index f0895c581a8..6191b1d84e9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -135,6 +135,9 @@ dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \ imx28-sps1.dtb \ imx28-tx28.dtb dtb-$(CONFIG_ARCH_NOMADIK) += ste-nomadik-s8815.dtb +dtb-$(CONFIG_ARCH_NSPIRE) += nspire-cx.dtb \ + nspire-tp.dtb \ + nspire-clp.dtb dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \ omap3430-sdp.dtb \ omap3-beagle.dtb \ |