linux-brain/arch/arm/boot/dts/imx6ul-14x14-evk-ecspi-slave.dts
Clark Wang dca41ea4b8 MLK-22921-2 ARM: dts: imx6ul: fix compile warning of spi slave dts
Add a address-cells property to fix compile warning of -ecspi-slave.dts.

Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
2019-11-25 16:09:44 +08:00

19 lines
360 B
Plaintext

// SPDX-License-Identifier: GPL-2.0
//
// Copyright (C) 2018 NXP
/*
* DTS file for ECSPI Slave Certification at i.mx6ul 14x14 evk board.
* NOTE: Because Ethernet2 use the same pins with ecspi4, so disable
* fec1/fec2 for ECSPI4 test.
*/
#include "imx6ul-14x14-evk-ecspi.dts"
/delete-node/&spidev0;
&ecspi4 {
#address-cells = <0>;
spi-slave;
};