diff options
| author | David Bauer <mail@david-bauer.net> | 2019-07-25 17:25:34 +0200 |
|---|---|---|
| committer | David Bauer <mail@david-bauer.net> | 2019-07-25 17:27:57 +0200 |
| commit | 5897b2be21f0403bd83f33d5f8bc11ced0cfb67c (patch) | |
| tree | 04e1fcdb8d79ad95eff6f33ada5e2862f5a3fba9 | |
| parent | 679a01f34ef526323650c055ae9e2fd622a9e9db (diff) | |
| download | upstream-5897b2be21f0403bd83f33d5f8bc11ced0cfb67c.tar.gz upstream-5897b2be21f0403bd83f33d5f8bc11ced0cfb67c.tar.bz2 upstream-5897b2be21f0403bd83f33d5f8bc11ced0cfb67c.zip | |
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 <mail@david-bauer.net>
| -rw-r--r-- | target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi | 1 | ||||
| -rw-r--r-- | target/linux/ath79/dts/qca9561_avm_fritz4020.dts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi b/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi index e97c0d1e3af..3e94eda9532 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 1e4e088b5d1..e98d6688d14 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 { |
