diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2019-03-20 12:12:53 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-26 11:30:16 +0300 |
commit | 811c94f1e866efd02060acdfa697274a9973d5c3 (patch) | |
tree | 526db59c24642c79d4a2dbc14b867f4d15a2c15f /arch/arm/boot/dts/Makefile | |
parent | 26d459398a7ced52ff640bc1cf1cf6fc3f4b5fc8 (diff) | |
download | linux-811c94f1e866efd02060acdfa697274a9973d5c3.tar.xz |
ARM: dts: Add devicetree for Eckelmann ci4x10
This is one of two boards that make use of the recently introduced SIOX
bus. Apart from the devices described in the dts it features a display
with touch that I didn't include here because it needs some non-mainline
change to operate correctly.
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
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 f4f5aeaf3298..3332dbf2a979 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -400,6 +400,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6dl-cubox-i-emmc-som-v15.dtb \ imx6dl-cubox-i-som-v15.dtb \ imx6dl-dfi-fs700-m60.dtb \ + imx6dl-eckelmann-ci4x10.dtb \ imx6dl-emcon-avari.dtb \ imx6dl-gw51xx.dtb \ imx6dl-gw52xx.dtb \ |