diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-01-26 13:40:37 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-01-26 13:40:37 +0800 |
commit | e0f7d905242f5eedc4801ce588f7f588f4ec57cb (patch) | |
tree | 21199a9f950194f08ec8c3122abe245ca16819d9 /arch/arm/boot/dts/Makefile | |
parent | da021ee3a069b897833f737d86a343b860ad7a54 (diff) | |
download | talos-obmc-linux-e0f7d905242f5eedc4801ce588f7f588f4ec57cb.tar.gz talos-obmc-linux-e0f7d905242f5eedc4801ce588f7f588f4ec57cb.zip |
ARM: mxs: dt: Add Crystalfontz CFA-10037 device tree support
The CFA-10037 is another expansion board for the CFA-10036 module, with
only a USB Host, a Ethernet device and a lot of gpios.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.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 e44da40d984f..f9912f67cb4b 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -95,6 +95,7 @@ dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \ imx28-apf28dev.dtb \ imx28-apx4devkit.dtb \ imx28-cfa10036.dtb \ + imx28-cfa10037.dtb \ imx28-cfa10049.dtb \ imx28-evk.dtb \ imx28-m28evk.dtb \ |