diff options
author | Julien Boibessot <julien.boibessot@armadeus.com> | 2012-10-18 11:50:26 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-10-19 16:45:20 +0800 |
commit | a957fdca4feb7fbc51f9c7c6a152a86f35ca7751 (patch) | |
tree | 02fe1029ff58c3af71eb3e1b84f464e2ed47cc83 /arch/arm/boot/dts/Makefile | |
parent | 8eec4b3117405e5561d2c65c9222cf3334c0ca3a (diff) | |
download | lwn-a957fdca4feb7fbc51f9c7c6a152a86f35ca7751.tar.gz lwn-a957fdca4feb7fbc51f9c7c6a152a86f35ca7751.zip |
ARM: mxs: Add support for the Armadeus Systems APF28 module
The APF28 is a small SOM built around an i.MX28 processor with 128MBytes DDR2,
256MBytes NAND Flash and an Ethernet PHY.
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.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 c1ce813fcc4a..9bca96f0438f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -54,6 +54,7 @@ dtb-$(CONFIG_ARCH_MXC) += imx51-babbage.dtb \ dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \ imx23-olinuxino.dtb \ imx23-stmp378x_devb.dtb \ + imx28-apf28.dtb \ imx28-apx4devkit.dtb \ imx28-cfa10036.dtb \ imx28-cfa10049.dtb \ |