mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
ramips: convert TP-Link MT7620 boards to tpt trigger
This converts all MediaTek MT7620 boards from TP-Link to use the now supported WiFi throughput LED trigger. This way, the LED state now covers all VAPs regardless of their name. Also align all single-WiFi LEDs to represent the state of the 2.4GHz radio. This was not always the case previously, as later-added support for the MT7610 altered the phy probing order. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
33f87d2ef6
commit
1e7c6381f0
@ -48,6 +48,7 @@
|
||||
wlan {
|
||||
label = "archer-c2-v1:green:wlan";
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -47,11 +47,13 @@
|
||||
wlan5g {
|
||||
label = "archer-c20-v1:blue:wlan5g";
|
||||
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy0tpt";
|
||||
};
|
||||
|
||||
wlan2g {
|
||||
label = "archer-c20-v1:blue:wlan2g";
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
|
||||
wps {
|
||||
|
@ -38,6 +38,7 @@
|
||||
wlan {
|
||||
label = "archer-c20i:blue:wlan";
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -47,11 +47,13 @@
|
||||
wlan5g {
|
||||
label = "archer-c50-v1:green:wlan5g";
|
||||
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy0tpt";
|
||||
};
|
||||
|
||||
wlan2g {
|
||||
label = "archer-c50-v1:green:wlan2g";
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
|
||||
wps {
|
||||
|
@ -71,6 +71,7 @@
|
||||
wlan {
|
||||
label = "archer-mr200:white:wlan";
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
wlan2g_green {
|
||||
label = "re200-v1:green:wlan2g";
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy1radio";
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -168,28 +168,22 @@ zbtlink,zbt-we826-e)
|
||||
tplink,archer-c2-v1)
|
||||
ucidef_set_led_switch "lan" "lan" "$boardname:green:lan" "switch1" "0x1e"
|
||||
ucidef_set_led_switch "wan" "wan" "$boardname:green:wan" "switch1" "0x01"
|
||||
set_wifi_led "$boardname:green:wlan"
|
||||
;;
|
||||
tplink,archer-c20-v1)
|
||||
ucidef_set_led_switch "lan" "lan" "$boardname:blue:lan" "switch0" "0x1e"
|
||||
ucidef_set_led_switch "wan" "wan" "$boardname:blue:wan" "switch0" "0x01"
|
||||
ucidef_set_led_netdev "wlan2g" "wlan2g" "$boardname:blue:wlan2g" "wlan0"
|
||||
;;
|
||||
tplink,archer-c20i)
|
||||
ucidef_set_led_switch "lan" "lan" "$boardname:blue:lan" "switch0" "0x1e"
|
||||
ucidef_set_led_switch "wan" "wan" "$boardname:blue:wan" "switch0" "0x01"
|
||||
ucidef_set_led_wlan "wlan" "wlan" "$boardname:blue:wlan" "phy0radio"
|
||||
;;
|
||||
tplink,archer-c50-v1)
|
||||
ucidef_set_led_switch "lan" "lan" "$boardname:green:lan" "switch0" "0x1e"
|
||||
ucidef_set_led_switch "wan" "wan" "$boardname:green:wan" "switch0" "0x01"
|
||||
ucidef_set_led_netdev "wlan2g" "wlan2g" "$boardname:green:wlan2g" wlan1
|
||||
set_wifi_led "$boardname:green:wlan5g"
|
||||
;;
|
||||
tplink,archer-mr200)
|
||||
ucidef_set_led_netdev "lan" "lan" "$boardname:white:lan" "eth0.1"
|
||||
ucidef_set_led_netdev "wan" "wan" "$boardname:white:wan" "usb0"
|
||||
set_wifi_led "$boardname:white:wlan"
|
||||
;;
|
||||
tplink,re200-v1)
|
||||
ucidef_set_led_netdev "lan" "lan" "$boardname:green:lan" "eth0"
|
||||
|
Loading…
Reference in New Issue
Block a user