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_tplink_tl-mr3040-v2.dts | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts') diff --git a/target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts b/target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts index da04aad6cb..c5f7a4fe76 100644 --- a/target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts +++ b/target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts @@ -106,8 +106,6 @@ &spi { status = "okay"; - num-chipselects = <1>; - flash@0 { compatible = "jedec,spi-nor"; spi-max-frequency = <50000000>; -- cgit v1.2.3