diff options
author | Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> | 2013-03-27 14:41:58 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 16:52:54 +0200 |
commit | 00ba2459f6d5f9caee01cf5628df553ace50cbcd (patch) | |
tree | 78a2349c78982d540a9577c8d5af296c7ccec00c /arch/arm/boot/dts/Makefile | |
parent | ARM: imx: apf51dev: add ecspi1, ecspi2 and i2c2 support (diff) | |
download | linux-00ba2459f6d5f9caee01cf5628df553ace50cbcd.tar.xz linux-00ba2459f6d5f9caee01cf5628df553ace50cbcd.zip |
ARM: imx: Add support for the Armadeus Systems APF27Dev docking board
The APF27Dev is a docking board for an APF27 SOM
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 3b9d64632d71..2b4b9fb5b24b 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -87,6 +87,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ imx25-karo-tx25.dtb \ imx25-pdk.dtb \ imx27-apf27.dtb \ + imx27-apf27dev.dtb \ imx27-pdk.dtb \ imx31-bug.dtb \ imx51-apf51.dtb \ |