diff options
author | Matt Porter <matt.porter@linaro.org> | 2013-09-23 17:14:44 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-09-26 07:01:38 +0200 |
commit | 931398ecd51bc7d6f3a22561c31bfd34d030c94a (patch) | |
tree | 3c00f3052d1559cf29e58aaad91f20da058b5158 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: mxs: convert usb0_id_pins_a to use symbolic pin defs (diff) | |
download | linux-931398ecd51bc7d6f3a22561c31bfd34d030c94a.tar.xz linux-931398ecd51bc7d6f3a22561c31bfd34d030c94a.zip |
ARM: dts: add initial VF610 Cosmic/Cosmic+ board support
Add initial PHYTEC VF610 Cosmic/Cosmic+ board support with
UART and FEC enabled.
Signed-off-by: Matt Porter <matt.porter@linaro.org>
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 e95af3f5433b..c703da2581cf 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -142,6 +142,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ imx6q-sbc6x.dtb \ imx6q-wandboard.dtb \ imx6sl-evk.dtb \ + vf610-cosmic.dtb \ vf610-twr.dtb dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \ imx23-olinuxino.dtb \ |