diff options
author | Peng Fan <peng.fan@nxp.com> | 2017-02-07 10:22:02 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:07:06 +0800 |
commit | ab2f9e136f5da034a8335dc8ca276a54367132e8 (patch) | |
tree | 332209f9384c02d5b79daf780582d9930a25130d /arch/arm/dts/Makefile | |
parent | 0137915ed40e2da5a6de4d30574d08e2bf3a0363 (diff) | |
download | u-boot-imx-ab2f9e136f5da034a8335dc8ca276a54367132e8.zip u-boot-imx-ab2f9e136f5da034a8335dc8ca276a54367132e8.tar.gz u-boot-imx-ab2f9e136f5da034a8335dc8ca276a54367132e8.tar.bz2 |
MLK-14418-8 imx: mx7dsabresd: add epdc support
Add epdc support from v2016.03.
Add a epdc specified DTS file for using epdc
Signed-off-by: Peng Fan <peng.fan@nxp.com>
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 8893142..3c3dbd7 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -363,6 +363,7 @@ dtb-$(CONFIG_MX6) += imx6ul-14x14-ddr3-arm2.dtb \ dtb-$(CONFIG_MX7) += imx7-colibri.dtb \ imx7d-sdb.dtb \ + imx7d-sdb-epdc.dtb \ imx7d-sdb-reva.dtb dtb-$(CONFIG_SOC_KEYSTONE) += keystone-k2hk-evm.dtb \ |