MLK-22921-2 ARM: dts: imx6ul: fix compile warning of spi slave dts
authorClark Wang <xiaoning.wang@nxp.com>
Tue, 12 Nov 2019 05:58:01 +0000 (13:58 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:20:54 +0000 (11:20 +0800)
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>
arch/arm/boot/dts/imx6ul-14x14-evk-ecspi-slave.dts
arch/arm/boot/dts/imx6ul-14x14-evk-ecspi.dts

index d151160..16f82a3 100644 (file)
@@ -13,5 +13,6 @@
 /delete-node/&spidev0;
 
 &ecspi4 {
+       #address-cells = <0>;
        spi-slave;
 };
index 6f14b84..7ca5e42 100644 (file)
@@ -22,8 +22,6 @@
 };
 
 &ecspi4 {
-       #address-cells = <1>;
-       #size-cells = <0>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_ecspi4>;
        status = "okay";