aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2019-06-22 17:28:06 +0200
committerChristian Lamparter <chunkeey@gmail.com>2019-06-24 20:22:23 +0200
commit1fa24de8c29ba3882d94fa46263b971bac29dbe5 (patch)
treec3300046ca0f7aab70a30fe28d639c590a704bfc /target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts
parent50da717e85c2829ec6e5e878d6dd69f7c0500604 (diff)
downloadupstream-1fa24de8c29ba3882d94fa46263b971bac29dbe5.tar.gz
upstream-1fa24de8c29ba3882d94fa46263b971bac29dbe5.tar.bz2
upstream-1fa24de8c29ba3882d94fa46263b971bac29dbe5.zip
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 <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts')
-rw-r--r--target/linux/ath79/dts/qca9563_tplink_archer-c7-v4.dts4
1 files changed, 2 insertions, 2 deletions
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>;