ARM: dts: imx6q-kontron-samx6i: Remove old fsl,spi-num-chipselects
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 23 Aug 2020 08:49:20 +0000 (10:49 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 30 Aug 2020 01:47:40 +0000 (09:47 +0800)
The property "fsl,spi-num-chipselects" is gone since commit 790739c4417c
("dt-bindings: spi: Convert imx cspi to json-schema").

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-kontron-samx6i.dtsi

index 1a6dcf7..4d6a0c3 100644 (file)
@@ -14,7 +14,6 @@
 
 /* Quad/Dual SoMs have 3 chip-select signals */
 &ecspi4 {
-       fsl,spi-num-chipselects = <3>;
        cs-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>,
                   <&gpio3 29 GPIO_ACTIVE_LOW>,
                   <&gpio3 25 GPIO_ACTIVE_LOW>;