diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-06-20 22:58:02 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-06-24 20:22:23 +0200 |
commit | c25d1019bf62ec81bf8e4424b01a518c051983ec (patch) | |
tree | 92babefc2af3ec1f52de3657be256ae12b926118 /target/linux/ath79 | |
parent | d344591e72e5ca96a2bf70a2df38961553185ce8 (diff) | |
download | upstream-c25d1019bf62ec81bf8e4424b01a518c051983ec.tar.gz upstream-c25d1019bf62ec81bf8e4424b01a518c051983ec.tar.bz2 upstream-c25d1019bf62ec81bf8e4424b01a518c051983ec.zip |
ath79: Remove redundant LED GPIO definitions for Archer C25 v1
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts b/target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts index 3c971b5464..881e3a1822 100644 --- a/target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts +++ b/target/linux/ath79/dts/qca9561_tplink_archer-c25-v1.dts @@ -24,10 +24,6 @@ cs-gpios = <&gpio 16 GPIO_ACTIVE_HIGH>; num-chipselects = <1>; - /* can be removed on 4.19 */ - gpio-sck = <&gpio 15 GPIO_ACTIVE_HIGH>; - gpio-mosi = <&gpio 14 GPIO_ACTIVE_HIGH>; - led_gpio: led_gpio@0 { compatible = "fairchild,74hc595"; reg = <0>; |