From 1ed18edaec669e0377e8710486da8d202a6a5e86 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 29 Nov 2020 17:07:17 +0100 Subject: ath79: remove num-chipselects from SPI controller The num-chipselects property is only valid for bit-banged spi-gpio [1]. For the generic SPI controller bindings, num-cs would be the correct property [2]. Since num-cs is not required on ath79 either, just drop the lines. [1] https://www.kernel.org/doc/Documentation/devicetree/bindings/spi/spi-gpio.yaml [2] https://www.kernel.org/doc/Documentation/devicetree/bindings/spi/spi-controller.yaml Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/ar9331_8dev_carambola2.dts | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ath79/dts/ar9331_8dev_carambola2.dts') diff --git a/target/linux/ath79/dts/ar9331_8dev_carambola2.dts b/target/linux/ath79/dts/ar9331_8dev_carambola2.dts index 85e70495fc..42193f857c 100644 --- a/target/linux/ath79/dts/ar9331_8dev_carambola2.dts +++ b/target/linux/ath79/dts/ar9331_8dev_carambola2.dts @@ -63,7 +63,6 @@ }; &spi { - num-chipselects = <0>; status = "okay"; flash@0 { -- cgit v1.2.3