diff options
author | Jan Alexander <jan@nalx.net> | 2020-01-30 15:23:51 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-01-30 22:15:55 +0100 |
commit | aed6632d31ff5d29045dc904dedc840d902aad97 (patch) | |
tree | 8f2d42e0e574d9509180462f5a2bbe64ee3b2020 /target/linux/ramips/dts | |
parent | a229907150e01d8c32293cc0a48630e7c4f0cb00 (diff) | |
download | upstream-aed6632d31ff5d29045dc904dedc840d902aad97.tar.gz upstream-aed6632d31ff5d29045dc904dedc840d902aad97.tar.bz2 upstream-aed6632d31ff5d29045dc904dedc840d902aad97.zip |
ramips: use tpt DTS trigger for TP-Link TL-MR3020 v3 and TL-WA801ND v5
This converts the TP-Link TL-MR3020v3 board to use the WLAN throughput
LED trigger in order to react to all VAPs.
It also moves the WLAN trigger config of the TP-Link TL-WA801NDv5 to the
DTS and merges the now identical LAN LED configs.
Verified these changes on a TL-MR3020v3 and TL-WA801NDv5.
Signed-off-by: Jan Alexander <jan@nalx.net>
[changed commit title and extended commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
[added comment about test result on TL-WA801ND v5]
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 20eb45da4fc19c12ea2073471992eeaf9d602fa5)
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/TL-MR3020V3.dts | 1 | ||||
-rw-r--r-- | target/linux/ramips/dts/TL-WA801NDV5.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/TL-MR3020V3.dts b/target/linux/ramips/dts/TL-MR3020V3.dts index 7a9ef41446..361754bced 100644 --- a/target/linux/ramips/dts/TL-MR3020V3.dts +++ b/target/linux/ramips/dts/TL-MR3020V3.dts @@ -67,6 +67,7 @@ wlan { label = "tl-mr3020-v3:green:wlan"; gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; + linux,default-trigger = "phy0tpt"; }; wps { diff --git a/target/linux/ramips/dts/TL-WA801NDV5.dts b/target/linux/ramips/dts/TL-WA801NDV5.dts index 409e13e2df..44f1a6e9f4 100644 --- a/target/linux/ramips/dts/TL-WA801NDV5.dts +++ b/target/linux/ramips/dts/TL-WA801NDV5.dts @@ -49,6 +49,7 @@ wlan { label = "tl-wa801nd-v5:green:wlan"; gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; + linux,default-trigger = "phy0tpt"; }; wps_red { |