From 5897b2be21f0403bd83f33d5f8bc11ced0cfb67c Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 25 Jul 2019 17:25:34 +0200 Subject: [PATCH] ath79: remove lines-initial-states property The lines-initial-states property was an early attempt to set the latch bit of the shift register on driver probe. It is not implemented in the driver and was rejected upstream. The latch bit was always set by a GPIO hog, so this property is safe to drop. Signed-off-by: David Bauer --- target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi | 1 - target/linux/ath79/dts/qca9561_avm_fritz4020.dts | 1 - 2 files changed, 2 deletions(-) diff --git a/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi b/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi index e97c0d1e3a..3e94eda953 100644 --- a/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi +++ b/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi @@ -33,7 +33,6 @@ gpio-controller; #gpio-cells = <2>; registers-number = <1>; - lines-initial-states = /bits/ 8 <0xff>; spi-max-frequency = <500000>; gpio_latch_bit { diff --git a/target/linux/ath79/dts/qca9561_avm_fritz4020.dts b/target/linux/ath79/dts/qca9561_avm_fritz4020.dts index 1e4e088b5d..e98d6688d1 100644 --- a/target/linux/ath79/dts/qca9561_avm_fritz4020.dts +++ b/target/linux/ath79/dts/qca9561_avm_fritz4020.dts @@ -36,7 +36,6 @@ gpio-controller; #gpio-cells = <2>; registers-number = <1>; - lines-initial-states = /bits/ 8 <0xff>; spi-max-frequency = <10000000>; gpio_latch_bit { -- 2.30.2