diff options
author | Bruno Thomsen <bruno.thomsen@gmail.com> | 2019-04-03 09:44:27 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-04-11 04:29:07 +0300 |
commit | 684a586741e2be211ca9bc800ae631b69fb3f8aa (patch) | |
tree | bf2eaaddf8b4d92a652e38c270e40f340c58c95e /arch/arm/boot/dts/Makefile | |
parent | c924f0c07e482c92a74173611d7a2611f91bab22 (diff) | |
download | linux-684a586741e2be211ca9bc800ae631b69fb3f8aa.tar.xz |
ARM: dts: tq imx7d board support
This adds support for the TQ TQMa7D SoM together with
the MBa7 carrier board and it's based on the NXP i.MX7Dual SoC.
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.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 e69e2462e2eb..c6eec98bc3c2 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -580,6 +580,7 @@ dtb-$(CONFIG_SOC_IMX7D) += \ imx7d-cl-som-imx7.dtb \ imx7d-colibri-emmc-eval-v3.dtb \ imx7d-colibri-eval-v3.dtb \ + imx7d-mba7.dtb \ imx7d-nitrogen7.dtb \ imx7d-pico-hobbit.dtb \ imx7d-pico-pi.dtb \ |