diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2016-07-25 17:46:17 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas@biessmann.org> | 2016-08-15 22:58:04 +0200 |
commit | 2c4b2dd28955075e7f8702f0192d4e8bdf80d4f6 (patch) | |
tree | 9347c7392a79e61854ffdfcf8bdfa8f942d2a08b /arch/arm/dts/Makefile | |
parent | 256a3f2466be1e4212abff92df285fcb6cdff5eb (diff) |
ARM: at91/dt: Add device tree for SAMA5D2 Xplained
Add device tree for SAMA5D2 Xplained board.
Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index d93fabc76d..223124e791 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -270,6 +270,9 @@ dtb-$(CONFIG_SOC_KEYSTONE) += k2hk-evm.dtb \ k2e-evm.dtb \ k2g-evm.dtb +dtb-$(CONFIG_TARGET_SAMA5D2_XPLAINED) += \ + at91-sama5d2_xplained.dtb + targets += $(dtb-y) # Add any required device tree compiler flags here |