diff options
author | Shiji Yang <yangshiji66@qq.com> | 2021-04-04 11:55:41 +0800 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-04-10 20:48:26 +0200 |
commit | 882a6116d3d6394dd109350287067accebbf6114 (patch) | |
tree | 71144115b37f24c837741504eeb0093206477de3 /target/linux/ramips/mt7620 | |
parent | b0a34e886da1ccfa356133381cd3ab7a79f4c7b3 (diff) | |
download | upstream-882a6116d3d6394dd109350287067accebbf6114.tar.gz upstream-882a6116d3d6394dd109350287067accebbf6114.tar.bz2 upstream-882a6116d3d6394dd109350287067accebbf6114.zip |
ramips: improve pinctrl for Youku YK-L1
1. rename led pin "air" to a more common name "wlan" and use "phy0tpt" to trigger it.
2. led "wan" can be triggered by ethernet pinctrl by default so just drop it.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Diffstat (limited to 'target/linux/ramips/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/base-files/etc/board.d/01_leds | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds index 40d322685a..bbedbe9f0d 100644 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds @@ -194,10 +194,6 @@ tplink,archer-mr200) tplink,re200-v1) ucidef_set_led_netdev "lan" "lan" "green:lan" "eth0" ;; -youku,yk1) - ucidef_set_led_switch "wan" "wan" "blue:wan" "switch0" "0x10" - ucidef_set_led_netdev "wifi_led" "wifi" "blue:air" "wlan0" - ;; zbtlink,zbt-ape522ii) ucidef_set_led_netdev "wlan2g4" "wlan1-link" "green:wlan2g4" "wlan1" ucidef_set_led_netdev "sys1" "wlan1" "green:sys1" "wlan1" "tx rx" |