diff options
author | Michael Heimpold <mhei@heimpold.de> | 2017-02-09 10:42:49 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-04-10 11:16:00 +0300 |
commit | 4105daf4cf0f2e8a73de4c09297c1692de1b70ea (patch) | |
tree | 6421fe288ffe7d7ca508a8dbc4192b906cc77f75 /arch/arm/boot/dts/Makefile | |
parent | 41e0b8c701f567eb80a58f9e2d0462656f84d170 (diff) | |
download | linux-4105daf4cf0f2e8a73de4c09297c1692de1b70ea.tar.xz |
ARM: dts: add support for I2SE Duckbill 2 SPI
This machine is based on I2SE's Duckbill 2 board and is sold as part
of I2SE's PLC Bundle for IoT. This is a development kit for Homeplug
Green PHY based powerline products based on Qualcomms QCA7000 chip.
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 8b8aa51d5f79..ccecd7923b55 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -491,6 +491,7 @@ dtb-$(CONFIG_ARCH_MXS) += \ imx28-duckbill-2-485.dtb \ imx28-duckbill-2.dtb \ imx28-duckbill-2-enocean.dtb \ + imx28-duckbill-2-spi.dtb \ imx28-duckbill.dtb \ imx28-eukrea-mbmx283lc.dtb \ imx28-eukrea-mbmx287lc.dtb \ |