From 487c6863183f34ebaa4d822b45782c287a72009d Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Tue, 25 Jun 2019 14:47:02 +0200 Subject: ath79: fix "spi-gpio: convert deprecated binding" This patch fixes the previous commit that rendered the devices (mostly leds) useless. Fixes: 1fa24de8c29b ("ath79: spi-gpio: convert deprecated binding") Signed-off-by: Christian Lamparter --- target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi') diff --git a/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi b/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi index 76285eca8f..e97c0d1e3a 100644 --- a/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi +++ b/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi @@ -23,8 +23,8 @@ #address-cells = <1>; #size-cells = <0>; - sck-gpio = <&gpio 18 GPIO_ACTIVE_HIGH>; - mosi-gpio = <&gpio 15 GPIO_ACTIVE_HIGH>; + sck-gpios = <&gpio 18 GPIO_ACTIVE_HIGH>; + mosi-gpios = <&gpio 15 GPIO_ACTIVE_HIGH>; num-chipselects = <0>; led_gpio: led_gpio@0 { -- cgit v1.2.3