summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorClark Wang <xiaoning.wang@nxp.com>2018-11-21 19:13:47 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:35:24 +0800
commit128c71d26255a18e56ac0526cf1fa705f8885fe7 (patch)
tree2a34b85e690c5c2de07bbe822ce163f0430bcfb9 /arch/arm/boot/dts/Makefile
parenta039028e0e8994ec940e2c231414f3210e4fc14b (diff)
MLK-20440 dts: ecspi: Add ecspi and its slave dts files for imx6ul
For ECSPI test, add these two dts files. imx6ul-14x14-evk-ecspi.dts: enable ecspi4 function. Because ethernet2 uses the same pins with ecspi4, so disable fec1/fec2. imx6ul-14x14-evk-ecspi-slave.dts: Add "spi-slave" attribute to enable slave mode. Wire Connection: J1704: 3 - SCS 4 - MOSI 5 - MISO 6 - SCK 7 - GND Modify "Makefile" to build these two dts files. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index e3306e7ca9c7..32b1d7586855 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -540,6 +540,8 @@ dtb-$(CONFIG_SOC_IMX6UL) += \
imx6ul-14x14-evk-btwifi-oob.dtb \
imx6ul-14x14-evk-csi.dtb \
imx6ul-14x14-evk-emmc.dtb \
+ imx6ul-14x14-evk-ecspi.dtb \
+ imx6ul-14x14-evk-ecspi-slave.dtb \
imx6ul-14x14-evk-gpmi-weim.dtb \
imx6ul-14x14-evk-usb-certi.dtb \
imx6ul-geam.dtb \