diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-07-16 14:40:29 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 23:29:28 +0800 |
commit | 2688a32f98774573d42a2a5cf024fd6caca00619 (patch) | |
tree | 70743510896ddfc4c3c05e6a2b15e3d1eebd311f /arch/arm/boot/dts/Makefile | |
parent | 3fe6373b42ab60b5a1f181462bb80299a947eb4c (diff) | |
download | blackbird-obmc-linux-2688a32f98774573d42a2a5cf024fd6caca00619.tar.gz blackbird-obmc-linux-2688a32f98774573d42a2a5cf024fd6caca00619.zip |
ARM: dts: imx6: Add support for imx6q wandboard
Add support for the imx6q wanboard variant.
Since imx6q/dl are pin to pin compatible, introduce the imx6qdl-wandboard.dtsi
file that contains the common peripheral nodes.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.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 721a7b260acc..7d3fedf5e61a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -133,6 +133,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ imx6q-sabrelite.dtb \ imx6q-sabresd.dtb \ imx6q-sbc6x.dtb \ + imx6q-wandboard.dtb \ imx6sl-evk.dtb \ vf610-twr.dtb dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \ |