diff options
author | Jan Alexander <jan@nalx.net> | 2020-01-29 15:03:18 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-30 13:09:12 +0100 |
commit | 20eb45da4fc19c12ea2073471992eeaf9d602fa5 (patch) | |
tree | 342909a7e97f29bc2db3e7a7e4270f943e758e72 /target/linux/ramips/dts | |
parent | 0cf889db00f81575568b19cb470e97aad7765f32 (diff) | |
download | upstream-20eb45da4fc19c12ea2073471992eeaf9d602fa5.tar.gz upstream-20eb45da4fc19c12ea2073471992eeaf9d602fa5.tar.bz2 upstream-20eb45da4fc19c12ea2073471992eeaf9d602fa5.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.
Signed-off-by: Jan Alexander <jan@nalx.net>
[changed commit title and extended commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts | 1 | ||||
-rw-r--r-- | target/linux/ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts b/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts index fa69110d45..cf0f5eb796 100644 --- a/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts +++ b/target/linux/ramips/dts/mt7628an_tplink_tl-mr3020-v3.dts @@ -61,6 +61,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/mt7628an_tplink_tl-wa801nd-v5.dts b/target/linux/ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts index d2cb271efb..7b9033202c 100644 --- a/target/linux/ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts +++ b/target/linux/ramips/dts/mt7628an_tplink_tl-wa801nd-v5.dts @@ -48,6 +48,7 @@ wlan { label = "tl-wa801nd-v5:green:wlan"; gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; + linux,default-trigger = "phy0tpt"; }; wps_red { |