summaryrefslogtreecommitdiff
path: root/arch/arm/dts/Makefile
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-03-24 01:18:44 (GMT)
committerSimon Glass <sjg@chromium.org>2017-04-13 20:44:51 (GMT)
commit40e14221361970967bad1f87faf5151cb8bc982d (patch)
treed72b6b40e5347be44e15ceaf93d436b2afa7d906 /arch/arm/dts/Makefile
parent2aaa4ce4bd0f04c100608f2c472eca63b51efbab (diff)
downloadu-boot-40e14221361970967bad1f87faf5151cb8bc982d.tar.xz
ARM: dts: at91: add dts file for sama5d4ek
Add the device tree file for sama5d4ek board. The dts file is copied from Linux-4.4, do the following changes. - add the "u-boot,dm-pre-reloc" property to determine which nodes which are needed by SPL and by the board_init_f stage. - fix the compilation warning. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r--arch/arm/dts/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index a6f947c..6a1d9c2 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -358,6 +358,9 @@ dtb-$(CONFIG_TARGET_SAMA5D3XEK) += \
dtb-$(CONFIG_TARGET_SAMA5D3_XPLAINED) += \
at91-sama5d3_xplained.dtb
+dtb-$(CONFIG_TARGET_SAMA5D4EK) += \
+ at91-sama5d4ek.dtb
+
dtb-$(CONFIG_TARGET_SAMA5D4_XPLAINED) += \
at91-sama5d4_xplained.dtb