diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-05-16 11:11:18 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:47:46 -0400 |
commit | 54a92e1ad8c699299abf12beecc0b9448df2623d (patch) | |
tree | c796b9f894895a0f131fa5fd7e59e26252807e41 /arch/arm/dts/Makefile | |
parent | 7dd12830482bd145861578e37b39735abefdaa8f (diff) | |
download | u-boot-imx-54a92e1ad8c699299abf12beecc0b9448df2623d.zip u-boot-imx-54a92e1ad8c699299abf12beecc0b9448df2623d.tar.gz u-boot-imx-54a92e1ad8c699299abf12beecc0b9448df2623d.tar.bz2 |
ARM: dts: AM437x-IDK Initial Support
Add initial DTS support for AM437x-IDK evm.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 5884d8d..a833a68 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -93,7 +93,8 @@ dtb-$(CONFIG_ARCH_ZYNQMP) += \ zynqmp-zc1751-xm019-dc5.dtb dtb-$(CONFIG_AM33XX) += am335x-boneblack.dtb am335x-evm.dtb dtb-$(CONFIG_AM43XX) += am437x-gp-evm.dtb am437x-sk-evm.dtb \ - am43x-epos-evm.dtb + am43x-epos-evm.dtb \ + am437x-idk-evm.dtb dtb-$(CONFIG_THUNDERX) += thunderx-88xx.dtb dtb-$(CONFIG_ARCH_SOCFPGA) += \ |