ARM: dts: imx7-mba7: drop incorrect num-chipselects property
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Fri, 18 Sep 2020 11:29:33 +0000 (13:29 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 28 Oct 2020 08:37:03 +0000 (16:37 +0800)
This property was never set correctly; it should have been num-cs. As
num-cs support is being removed as well, simply drop it.

Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7-mba7.dtsi

index 50abf18..d99912a 100644 (file)
 &ecspi1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_ecspi1>;
-       num-chipselects = <3>;
        cs-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>, <&gpio4 1 GPIO_ACTIVE_LOW>,
                   <&gpio4 2 GPIO_ACTIVE_LOW>;
        status = "okay";
 &ecspi2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_ecspi2>;
-       num-chipselects = <1>;
        status = "okay";
 };