diff options
author | Franklin S Cooper Jr <fcooper@ti.com> | 2017-05-22 07:46:56 +0200 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2017-05-22 07:47:49 +0200 |
commit | 84e00e244176baec37c66b1cbee6b8a2f7dbd76f (patch) | |
tree | 321b285989c1ad7c2e697afb628e084dc73e5bfc /arch/arm/boot/dts/Makefile | |
parent | ARM: keystone: Create new binding for K2G ICE evm (diff) | |
download | linux-84e00e244176baec37c66b1cbee6b8a2f7dbd76f.tar.xz linux-84e00e244176baec37c66b1cbee6b8a2f7dbd76f.zip |
ARM: dts: keystone: Add minimum support for K2G ICE evm
Add barebones dts support for TI's K2G Industrial Communication Engine evm.
This dts allows the board to boot using a ram based filesystem.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 9c5e1d944d1c..8db25d9e4399 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -204,7 +204,8 @@ dtb-$(CONFIG_ARCH_KEYSTONE) += \ keystone-k2hk-evm.dtb \ keystone-k2l-evm.dtb \ keystone-k2e-evm.dtb \ - keystone-k2g-evm.dtb + keystone-k2g-evm.dtb \ + keystone-k2g-ice.dtb dtb-$(CONFIG_MACH_KIRKWOOD) += \ kirkwood-b3.dtb \ kirkwood-blackarmor-nas220.dtb \ |