diff options
author | Fabio Estevam | 2021-05-28 10:26:57 -0300 |
---|---|---|
committer | Stefano Babic | 2021-06-09 13:34:38 +0200 |
commit | 40496ac3b71b9589a9149d423b81133eebce07b1 (patch) | |
tree | 1e8db74c1d5a89e87f2a98ddbb5c9dc100c2cb69 /arch/arm/dts/Makefile | |
parent | d4f15ecd4724e633bc7f238b26f98efd5096e632 (diff) |
mx7d: Add Storopack's SMEGW01 board
Add support for Storopack's SMEGW01 board, which is an
IoT gateway based on the i.MX7D SoC.
Based on the original U-Boot work done by Phytec.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 6884c4e98fc..27bc6a79617 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -834,8 +834,8 @@ dtb-$(CONFIG_MX7) += imx7d-sdb.dtb \ imx7s-warp.dtb \ imx7d-meerkat96.dtb \ imx7d-pico-pi.dtb \ - imx7d-pico-hobbit.dtb - + imx7d-pico-hobbit.dtb \ + imx7d-smegw01.dtb dtb-$(CONFIG_ARCH_MX7ULP) += imx7ulp-com.dtb \ imx7ulp-evk.dtb |