diff options
author | Fabio Estevam | 2013-04-03 14:29:16 +0200 |
---|---|---|
committer | Shawn Guo | 2013-04-09 16:53:39 +0200 |
commit | 89b82915c4b5afa9e51e09636f7919bbb6f9cc1b (patch) | |
tree | e03956b1e911312bc92ab649ae7c8a3b4a096e71 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: imx: add initial imx6dl-sabreauto support (diff) | |
download | kernel-qcow2-linux-89b82915c4b5afa9e51e09636f7919bbb6f9cc1b.tar.gz kernel-qcow2-linux-89b82915c4b5afa9e51e09636f7919bbb6f9cc1b.tar.xz kernel-qcow2-linux-89b82915c4b5afa9e51e09636f7919bbb6f9cc1b.zip |
ARM: dts: Add initial support for Wandboard Dual-Lite
Wandboard is a development board that has two variants: one version based
on mx6 dual lite and another one based on mx6 solo.
For more details about Wandboard, please refer to: http://www.wandboard.org/
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 5345ac16595e..a566619fde70 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -100,6 +100,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ imx53-smd.dtb \ imx6dl-sabreauto.dtb \ imx6dl-sabresd.dtb \ + imx6dl-wandboard.dtb \ imx6q-arm2.dtb \ imx6q-sabreauto.dtb \ imx6q-sabrelite.dtb \ |