From e60f74907d65fb79f41c0f797407cb21da922c47 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 5 Oct 2016 15:27:06 -0700 Subject: arm: dts: imx7: add basic i.MX 7/Colibri iMX7 device tree Add base device for NXP i.MX 7Solo/7Dual. The two SoC are very similar and hence can share the same device tree for boot loaders purpose. Signed-off-by: Stefan Agner Reviewed-by: Simon Glass --- arch/arm/dts/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/dts/Makefile') diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index efdd1ff..532527d 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -283,6 +283,8 @@ dtb-$(CONFIG_VF610) += vf500-colibri.dtb \ dtb-$(CONFIG_MX6) += imx6ull-14x14-evk.dtb +dtb-$(CONFIG_MX7) += imx7-colibri.dtb + dtb-$(CONFIG_SOC_KEYSTONE) += k2hk-evm.dtb \ k2l-evm.dtb \ k2e-evm.dtb \ -- cgit v1.1