From 1fa24de8c29ba3882d94fa46263b971bac29dbe5 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 22 Jun 2019 17:28:06 +0200 Subject: ath79: spi-gpio: convert deprecated binding The old gpio-{sck,miso and mosi} binding is deprecated in favour of {sck,miso and mosi}-gpios. Signed-off-by: Christian Lamparter --- target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts') diff --git a/target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts b/target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts index 24588d8216..b5f5af6f22 100644 --- a/target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts +++ b/target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts @@ -26,8 +26,8 @@ #address-cells = <1>; #size-cells = <0>; - gpio-sck = <&gpio 15 GPIO_ACTIVE_HIGH>; // 74HC595 SRCLK (Serial Clock) - gpio-mosi = <&gpio 14 GPIO_ACTIVE_HIGH>; // 74HC595 SER (Serial) + sck-gpio = <&gpio 15 GPIO_ACTIVE_HIGH>; // 74HC595 SRCLK (Serial Clock) + mosi-gpio = <&gpio 14 GPIO_ACTIVE_HIGH>; // 74HC595 SER (Serial) cs-gpios = <&gpio 16 GPIO_ACTIVE_HIGH>; // 74HC595 RCLK (Register Clock) num-chipselects = <1>; -- cgit v1.2.3