diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-07 00:20:45 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:23 +0800 |
commit | 5421d70d6485f96fe3c47a3a8915c5859f18d82c (patch) | |
tree | 247e37f3111719c34fa146f1600e3f226b839e8b /arch/arm/dts/Makefile | |
parent | 76e1c802c089ca8da340e2b4aabe9f1f9a80969f (diff) | |
download | u-boot-imx-5421d70d6485f96fe3c47a3a8915c5859f18d82c.zip u-boot-imx-5421d70d6485f96fe3c47a3a8915c5859f18d82c.tar.gz u-boot-imx-5421d70d6485f96fe3c47a3a8915c5859f18d82c.tar.bz2 |
MLK-14326-10 mx6slevk: add DTS files and dt-binding header file
Update i.MX6SL dtsi file and dt-binding header files.
Add the imx6sl-evk DTS file preparing for using DTB.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index ddf1134..1cf7619 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -328,6 +328,7 @@ dtb-$(CONFIG_MX6) += imx6ull-14x14-evk.dtb \ imx6qp-sabreauto.dtb \ imx6qp-sabreauto-ecspi.dtb \ imx6qp-sabreauto-gpmi-weim.dtb \ + imx6sl-evk.dtb \ imx6sx-sabreauto.dtb \ imx6sx-sdb.dtb \ imx6sx-sdb-emmc.dtb \ |