diff options
| author | Adrian Schmutzler | 2019-06-20 20:58:02 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2019-06-24 18:22:23 +0000 |
| commit | c25d1019bf62ec81bf8e4424b01a518c051983ec (patch) | |
| tree | 92babefc2af3ec1f52de3657be256ae12b926118 | |
| parent | d344591e72e5ca96a2bf70a2df38961553185ce8 (diff) | |
| download | openwrt-c25d1019bf62ec81bf8e4424b01a518c051983ec.tar.gz | |
ath79: Remove redundant LED GPIO definitions for Archer C25 v1
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
| -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>; |