diff options
author | Marek Vasut <marex@denx.de> | 2018-03-18 18:34:03 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-04-16 22:45:05 +0800 |
commit | 52c7a088badd665a09ca9307ffa91e88d5686a7d (patch) | |
tree | acc45128d8af7f60dd09654c48c2c22be64efb47 /arch/arm/boot/dts/Makefile | |
parent | bd372250a3e4c5360ca6d673226d3d517b403abf (diff) | |
download | lwn-52c7a088badd665a09ca9307ffa91e88d5686a7d.tar.gz lwn-52c7a088badd665a09ca9307ffa91e88d5686a7d.zip |
ARM: dts: imx6q: Add support for the DHCOM iMX6 SoM and PDK2
Add support for the DH i.MX6 Quad based SoM and a PDK2 evaluation board.
The evaluation board features three serial ports, USB OTG, USB host with
an USB hub, Fast or Gigabit ethernet, eMMC, uSD, SD, mSATA, analog audio,
PCIe and HDMI video output.
All of the aforementioned features are supported by this patch.
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.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 0e7bb32c7c14..00ba8c2414ff 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -440,6 +440,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6q-cubox-i-emmc-som-v15.dtb \ imx6q-cubox-i-som-v15.dtb \ imx6q-dfi-fs700-m60.dtb \ + imx6q-dhcom-pdk2.dtb \ imx6q-display5-tianma-tm070-1280x768.dtb \ imx6q-dmo-edmqmx6.dtb \ imx6q-dms-ba16.dtb \ |