diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-04-11 23:01:36 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-13 11:47:56 +0200 |
commit | 36853f9c6134633a4f4dcbbdeb29e3daf84d2a9f (patch) | |
tree | dda2d997f8985e55f09c21ada6fad617a1d92951 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: imx6qdl-sabresd: Pass the hannstar panel compatible string (diff) | |
download | linux-36853f9c6134633a4f4dcbbdeb29e3daf84d2a9f.tar.xz linux-36853f9c6134633a4f4dcbbdeb29e3daf84d2a9f.zip |
ARM: dts: imx: add Boundary Devices Nitrogen6_SoloX board
Based on i.MX6 SoloX with 1GB of RAM.
https://boundarydevices.com/product/nit6_solox-imx6/
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.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 f54c5187c78f..eaf82b9b9f10 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -377,6 +377,7 @@ dtb-$(CONFIG_SOC_IMX6SL) += \ imx6sl-evk.dtb \ imx6sl-warp.dtb dtb-$(CONFIG_SOC_IMX6SX) += \ + imx6sx-nitrogen6sx.dtb \ imx6sx-sabreauto.dtb \ imx6sx-sdb-reva.dtb \ imx6sx-sdb.dtb |