diff options
author | Ilya Ledvich <ilya@compulab.co.il> | 2015-12-22 10:15:20 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 20:43:43 +0800 |
commit | 67fea0f43d151a4688df1fa4c945f72a26dfb545 (patch) | |
tree | 46eb62608cc5737d0fd06b34da8ce51a96622647 /arch/arm/boot/dts/Makefile | |
parent | 470f269ce3ff325d44bba94b3a746f87f56a387d (diff) | |
download | lwn-67fea0f43d151a4688df1fa4c945f72a26dfb545.tar.gz lwn-67fea0f43d151a4688df1fa4c945f72a26dfb545.zip |
ARM: dts: imx7d: sbc-imx7: add basic board support
SBC-iMX7 is a single board computer designed for industrial
and embedded applications. It is based on the Freescale i.MX7
system-on-chip. SBC-iMX7 is implemented with the CL-SOM-iMX7
System-on-Module providing most of the functions, and SB-SOM-iMX7
carrier board providing additional peripheral functions and
connectors.
http://www.compulab.co.il/products/sbcs/sbc-imx7-freescale-i-mx-7-single-board-computer/
http://www.compulab.co.il/products/computer-on-modules/cl-som-imx7-freescale-i-mx-7-system-on-module/
Add basic board support, including SD card as a secondary boot and storage device
Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
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 c0d7a9661e9c..0b00a9cad8c9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -353,6 +353,7 @@ dtb-$(CONFIG_SOC_IMX6UL) += \ imx6ul-14x14-evk.dtb dtb-$(CONFIG_SOC_IMX7D) += \ imx7d-cl-som-imx7.dtb \ + imx7d-sbc-imx7.dtb \ imx7d-sdb.dtb dtb-$(CONFIG_SOC_LS1021A) += \ ls1021a-qds.dtb \ |