summaryrefslogtreecommitdiff
path: root/arch/arm/dts/Makefile
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2015-09-19 09:30:22 (GMT)
committerTom Rini <trini@konsulko.com>2015-10-22 18:22:11 (GMT)
commit16d7f5b51a99139de676ce9c09f1f446c0f75c67 (patch)
treeae7c4067195a49fa1d79a5503f9ed616c253d709 /arch/arm/dts/Makefile
parentcec6a6bf1db987c255b9f21e5f151a9f68e1b0c9 (diff)
downloadu-boot-16d7f5b51a99139de676ce9c09f1f446c0f75c67.tar.xz
ARM: dts: k2e: Enable OF_CONTROL and DM
Import k2e specific DT files from Linux Kernel and enable OF_CONTROL, DM, DM_SERIAL. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r--arch/arm/dts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index c59c398..5ec20cf 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -170,7 +170,8 @@ dtb-$(CONFIG_VF610) += vf500-colibri.dtb \
vf610-colibri.dtb
dtb-$(CONFIG_SOC_KEYSTONE) += k2hk-evm.dtb \
- k2l-evm.dtb
+ k2l-evm.dtb \
+ k2e-evm.dtb
targets += $(dtb-y)