diff options
author | Bai Ping <ping.bai@nxp.com> | 2018-05-25 15:42:07 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-06-17 14:22:35 +0800 |
commit | 26bd0e5964deb4ee326689911a089889734bd409 (patch) | |
tree | 045a49feb8a680cfd8b0a2006d3716b016a81725 /arch/arm/boot/dts/Makefile | |
parent | 9f30b6b1a957b3d4cbfd97738ef2b02291aaf394 (diff) | |
download | lwn-26bd0e5964deb4ee326689911a089889734bd409.tar.gz lwn-26bd0e5964deb4ee326689911a089889734bd409.zip |
ARM: dts: imx: Add basic dts support for imx6sll EVK board
Add dts file support for imx6sll EVK board.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Dong Aisheng <Aisheng.dong@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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 37a3de760d40..30379d342cd6 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -521,6 +521,8 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ dtb-$(CONFIG_SOC_IMX6SL) += \ imx6sl-evk.dtb \ imx6sl-warp.dtb +dtb-$(CONFIG_SOC_IMX6SLL) += \ + imx6sll-evk.dtb dtb-$(CONFIG_SOC_IMX6SX) += \ imx6sx-nitrogen6sx.dtb \ imx6sx-sabreauto.dtb \ |