diff options
author | Patrick Bruenn <p.bruenn@beckhoff.com> | 2017-07-26 15:05:34 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-08-05 06:07:52 +0300 |
commit | 9ef86e23c4177a119624bbfa9d1b113edbe58d8b (patch) | |
tree | 5cf2368435458fab8e72a2ba199d16b0cbb0d785 /arch/arm/boot/dts/Makefile | |
parent | e2e0a00bd9f898df3b6c72515b4a51cac2d8a010 (diff) | |
download | linux-9ef86e23c4177a119624bbfa9d1b113edbe58d8b.tar.xz |
ARM: dts: imx: add CX9020 Embedded PC device tree
The CX9020 differs from i.MX53 Quick Start Board by:
- use uart2 instead of uart1
- DVI-D connector instead of VGA
- no audio
- no SATA connector
- CCAT FPGA connected to emi
- enable rtc
Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.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 d6007a95dad7..ccfaf8e9e397 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -340,6 +340,7 @@ dtb-$(CONFIG_SOC_IMX51) += \ imx51-ts4800.dtb dtb-$(CONFIG_SOC_IMX53) += \ imx53-ard.dtb \ + imx53-cx9020.dtb \ imx53-m53evk.dtb \ imx53-mba53.dtb \ imx53-qsb.dtb \ |