ARM: dts: imx7d-flex-concentrator: Remove invalid ecspi property
authorFabio Estevam <festevam@denx.de>
Wed, 24 May 2023 22:34:40 +0000 (19:34 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 27 May 2023 13:24:01 +0000 (21:24 +0800)
The 'num-chipselects' property is not a valid property for ecspi.

Remove it to fix the following DT check warning:

spi@30630000: Unevaluated properties are not allowed ('num-chipselects' was unexpected)
From schema: Documentation/devicetree/bindings/spi/fsl-imx-cspi.yaml

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d-flex-concentrator.dts

index bd6b528..3a72384 100644 (file)
 &ecspi2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_ecspi2>;
-       num-chipselects = <1>;
        cs-gpios = <&gpio4 23 GPIO_ACTIVE_LOW>;
        status = "okay";
 
 &ecspi4 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_ecspi4>;
-       num-chipselects = <1>;
        cs-gpios = <&gpio3 3 GPIO_ACTIVE_LOW>;
        status = "okay";