diff options
author | Brian Lilly | 2013-06-13 15:43:44 +0200 |
---|---|---|
committer | Shawn Guo | 2013-06-17 09:43:31 +0200 |
commit | ed138c368d95095de522db98b8b6929874bed403 (patch) | |
tree | 26414623cc9bd88167e5a83e1d2d488666621a02 /arch/arm/boot/dts/Makefile | |
parent | ARM: cfa10049: Switch the chip select pin of the LCD controller (diff) | |
download | kernel-qcow2-linux-ed138c368d95095de522db98b8b6929874bed403.tar.gz kernel-qcow2-linux-ed138c368d95095de522db98b8b6929874bed403.tar.xz kernel-qcow2-linux-ed138c368d95095de522db98b8b6929874bed403.zip |
ARM: mxs: dt: Add the Crystalfontz CFA-10055 device tree
The CFA-10055 is yet another breakout board for the CFA-10036, and is
basically a CFA-10037, with the screen and LCD controller found on the
CFA-10049.
Signed-off-by: Brian Lilly <brian@crystalfontz.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.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 f0895c581a89..c80151331f4f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -130,6 +130,7 @@ dtb-$(CONFIG_ARCH_MXS) += imx23-evk.dtb \ imx28-cfa10036.dtb \ imx28-cfa10037.dtb \ imx28-cfa10049.dtb \ + imx28-cfa10055.dtb \ imx28-evk.dtb \ imx28-m28evk.dtb \ imx28-sps1.dtb \ |