diff options
author | Michael Heimpold <mhei@heimpold.de> | 2017-02-09 08:42:47 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-04-10 10:15:59 +0200 |
commit | 7f0e2da55a42fa286435984c6608536a83d1b07a (patch) | |
tree | 44987b08891b7bbda2a4d6ca7b7de55aa3ecbdd1 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: add support for I2SE Duckbill 2 boards (diff) | |
download | linux-7f0e2da55a42fa286435984c6608536a83d1b07a.tar.xz linux-7f0e2da55a42fa286435984c6608536a83d1b07a.zip |
ARM: dts: add support for I2SE Duckbill 2 485
This machine is based on I2SE's Duckbill 2 board and features a
RS-485 daugther board. This device is intended to be used for
e.g. home automation purposes.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Cc: Stefan Wahren <stefan.wahren@i2se.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 9d58193357a2..c0d8970f5b8a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -488,6 +488,7 @@ dtb-$(CONFIG_ARCH_MXS) += \ imx28-cfa10056.dtb \ imx28-cfa10057.dtb \ imx28-cfa10058.dtb \ + imx28-duckbill-2-485.dtb \ imx28-duckbill-2.dtb \ imx28-duckbill.dtb \ imx28-eukrea-mbmx283lc.dtb \ |