diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-07-12 16:19:06 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-09 08:12:33 +0200 |
commit | ffebc8c0344934db710afc76e3bfda11a823bb3d (patch) | |
tree | cd7aeef28cf6a24b2f85c4eb5951a50b8a02e20f /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: imx6qdl: don't configure reserved pad settings (diff) | |
download | linux-ffebc8c0344934db710afc76e3bfda11a823bb3d.tar.xz linux-ffebc8c0344934db710afc76e3bfda11a823bb3d.zip |
ARM: dts: imx7s-warp: Add initial support
Add the initial support for the Warp7 board.
For more information about this reference design, please visit:
https://www.element14.com/community/docs/DOC-79058/l/warp-7-the-next-generation-wearable-reference-platform
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@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 faacd52370d2..98c4b9d6ba9c 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -417,7 +417,8 @@ dtb-$(CONFIG_SOC_IMX7D) += \ imx7d-nitrogen7.dtb \ imx7d-sbc-imx7.dtb \ imx7d-sdb.dtb \ - imx7s-colibri-eval-v3.dtb + imx7s-colibri-eval-v3.dtb \ + imx7s-warp.dtb dtb-$(CONFIG_SOC_LS1021A) += \ ls1021a-qds.dtb \ ls1021a-twr.dtb |